#020069
a deep, electric blue · warm · closest name: navy
RGB
2, 0, 105
HSL
241°, 100%, 21%
CMYK
98, 100, 0, 59
Luminance
0.0103
Every format
| HEX | #020069 |
| RGB | rgb(2, 0, 105) |
| HSL | hsl(241, 100%, 21%) |
| CMYK | cmyk(98%, 100%, 0%, 59%) |
| LAB | lab(9.3 41.3 -56.0) |
| LCH | lch(9.3 69.6 306.4) |
| OKLCH | oklch(0.236 0.162 265.0) |
Copy-ready code
/* CSS */
color: #020069;
background-color: #020069;
/* Tailwind (arbitrary) */
class="text-[#020069] bg-[#020069]"
/* SCSS */
$brand: #020069;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.412)
/* Android */
Color.parseColor("#020069")Accessibility — WCAG contrast
Aa
#020069 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020069 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue41.2%
CMYK percentages
Cyan98.1%
Magenta100.0%
Yellow0.0%
Key (black)58.8%
Color previews
#020069 text on a black background
contrast 1.21:1
Card sample
#020069 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020069;
Background color
Panel with #020069 background
background-color: #020069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020069; background: linear-gradient(135deg, #020069, #480069);