Cold and Dark
#154250
Cold and Dark is a color with the hex code #154250. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #154250 | |
|---|---|---|
| RGB | rgb(21, 66, 80) | |
| HSL | hsl(194, 58%, 20%) | |
| CMYK | cmyk(74%, 18%, 0%, 69%) | |
| LAB | lab(25, -12, -13) | |
| OKLCH | oklch(0.36 0.054 222) |
Color harmonies
Tints & shades
Code snippets
color: #154250;
background-color: #154250;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF154250)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.26, blue: 0.31, alpha: 1.0)