#03080c
a deep, vivid blue · cool · closest name: black
RGB
3, 8, 12
HSL
207°, 60%, 3%
CMYK
75, 33, 0, 95
Luminance
0.0022
Every format
| HEX | #03080c |
| RGB | rgb(3, 8, 12) |
| HSL | hsl(207, 60%, 3%) |
| CMYK | cmyk(75%, 33%, 0%, 95%) |
| LAB | lab(2.0 -0.7 -2.0) |
| LCH | lch(2.0 2.1 249.9) |
| OKLCH | oklch(0.129 0.015 234.2) |
Copy-ready code
/* CSS */
color: #03080c;
background-color: #03080c;
/* Tailwind (arbitrary) */
class="text-[#03080c] bg-[#03080c]"
/* SCSS */
$brand: #03080c;
/* SwiftUI */
Color(red: 0.012, green: 0.031, blue: 0.047)
/* Android */
Color.parseColor("#03080c")Accessibility — WCAG contrast
Aa
#03080c on white: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03080c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green3.1%
Blue4.7%
CMYK percentages
Cyan75.0%
Magenta33.3%
Yellow0.0%
Key (black)95.3%
Color previews
#03080c text on a black background
contrast 1.04:1
Card sample
#03080c text on a white background
contrast 20.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03080c;
Background color
Panel with #03080c background
background-color: #03080c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03080c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 8, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 8, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03080c; background: linear-gradient(135deg, #03080c, #04030C);