Dark
#1b2431
Dark is a color with the hex code #1b2431. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #1b2431 | |
|---|---|---|
| RGB | rgb(27, 36, 49) | |
| HSL | hsl(215, 29%, 15%) | |
| CMYK | cmyk(45%, 27%, 0%, 81%) | |
| LAB | lab(14, -1, -10) | |
| OKLCH | oklch(0.26 0.028 258) |
Color harmonies
Tints & shades
Code snippets
color: #1b2431;
background-color: #1b2431;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1B2431)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.14, blue: 0.19, alpha: 1.0)