#03080d
a deep, vivid blue · cool · closest name: black
RGB
3, 8, 13
HSL
210°, 63%, 3%
CMYK
77, 39, 0, 95
Luminance
0.0022
Every format
| HEX | #03080d |
| RGB | rgb(3, 8, 13) |
| HSL | hsl(210, 63%, 3%) |
| CMYK | cmyk(77%, 39%, 0%, 95%) |
| LAB | lab(2.0 -0.6 -2.5) |
| LCH | lch(2.0 2.5 256.7) |
| OKLCH | oklch(0.130 0.016 240.2) |
Copy-ready code
/* CSS */
color: #03080d;
background-color: #03080d;
/* Tailwind (arbitrary) */
class="text-[#03080d] bg-[#03080d]"
/* SCSS */
$brand: #03080d;
/* SwiftUI */
Color(red: 0.012, green: 0.031, blue: 0.051)
/* Android */
Color.parseColor("#03080d")Accessibility — WCAG contrast
Aa
#03080d on white: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03080d on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green3.1%
Blue5.1%
CMYK percentages
Cyan76.9%
Magenta38.5%
Yellow0.0%
Key (black)94.9%
Color previews
#03080d text on a black background
contrast 1.04:1
Card sample
#03080d text on a white background
contrast 20.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03080d;
Background color
Panel with #03080d background
background-color: #03080d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03080d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 8, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 8, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03080d; background: linear-gradient(135deg, #03080d, #05030D);