Starlit Night
#3b476b
Looking for the precise values behind Starlit Night (#3b476b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3b476b | |
|---|---|---|
| RGB | rgb(59, 71, 107) | |
| HSL | hsl(225, 29%, 33%) | |
| CMYK | cmyk(45%, 34%, 0%, 58%) | |
| LAB | lab(30, 3, -23) | |
| OKLCH | oklch(0.4 0.063 269) |
Color harmonies
Tints & shades
Code snippets
color: #3b476b;
background-color: #3b476b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B476B)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.28, blue: 0.42, alpha: 1.0)