Starless Night
#3e4855
Looking for the precise values behind Starless Night (#3e4855)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3e4855 | |
|---|---|---|
| RGB | rgb(62, 72, 85) | |
| HSL | hsl(214, 16%, 29%) | |
| CMYK | cmyk(27%, 15%, 0%, 67%) | |
| LAB | lab(30, -2, -9) | |
| OKLCH | oklch(0.4 0.026 255) |
Color harmonies
Tints & shades
Code snippets
color: #3e4855;
background-color: #3e4855;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3E4855)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.28, blue: 0.33, alpha: 1.0)