#03091d
a deep, electric blue · warm · closest name: black
RGB
3, 9, 29
HSL
226°, 81%, 6%
CMYK
90, 69, 0, 89
Luminance
0.0030
Every format
| HEX | #03091d |
| RGB | rgb(3, 9, 29) |
| HSL | hsl(226, 81%, 6%) |
| CMYK | cmyk(90%, 69%, 0%, 89%) |
| LAB | lab(2.7 2.8 -12.2) |
| LCH | lch(2.7 12.5 283.0) |
| OKLCH | oklch(0.147 0.045 264.3) |
Copy-ready code
/* CSS */
color: #03091d;
background-color: #03091d;
/* Tailwind (arbitrary) */
class="text-[#03091d] bg-[#03091d]"
/* SCSS */
$brand: #03091d;
/* SwiftUI */
Color(red: 0.012, green: 0.035, blue: 0.114)
/* Android */
Color.parseColor("#03091d")Accessibility — WCAG contrast
Aa
#03091d on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03091d on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green3.5%
Blue11.4%
CMYK percentages
Cyan89.7%
Magenta69.0%
Yellow0.0%
Key (black)88.6%
Color previews
#03091d text on a black background
contrast 1.06:1
Card sample
#03091d text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03091d;
Background color
Panel with #03091d background
background-color: #03091d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03091d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 9, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 9, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03091d; background: linear-gradient(135deg, #03091d, #0E031D);