Dark Veil
#141311
Dark Veil is a color with the hex code #141311. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #141311 | |
|---|---|---|
| RGB | rgb(20, 19, 17) | |
| HSL | hsl(40, 8%, 7%) | |
| CMYK | cmyk(0%, 5%, 15%, 92%) | |
| LAB | lab(6, 0, 1) | |
| OKLCH | oklch(0.19 0.004 85) |
Color harmonies
Tints & shades
Code snippets
color: #141311;
background-color: #141311;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF141311)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.07, blue: 0.07, alpha: 1.0)