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