Midnight
#03012d
Looking for the precise values behind Midnight (#03012d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #03012d | |
|---|---|---|
| RGB | rgb(3, 1, 45) | |
| HSL | hsl(243, 96%, 9%) | |
| CMYK | cmyk(93%, 98%, 0%, 82%) | |
| LAB | lab(2, 9, -26) | |
| OKLCH | oklch(0.14 0.088 271) |
Color harmonies
Tints & shades
Code snippets
color: #03012d;
background-color: #03012d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF03012D)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.00, blue: 0.18, alpha: 1.0)