#02027f
a dark, electric blue · warm · “navy”
RGB
2, 2, 127
HSL
240°, 97%, 25%
CMYK
98, 98, 0, 50
Luminance
0.0159
Every format
| HEX | #02027f |
| RGB | rgb(2, 2, 127) |
| HSL | hsl(240, 97%, 25%) |
| CMYK | cmyk(98%, 98%, 0%, 50%) |
| LAB | lab(13.2 46.4 -63.8) |
| LCH | lch(13.2 78.9 306.1) |
| OKLCH | oklch(0.272 0.185 264.7) |
Copy-ready code
/* CSS */
color: #02027f;
background-color: #02027f;
/* Tailwind (arbitrary) */
class="text-[#02027f] bg-[#02027f]"
/* SCSS */
$brand: #02027f;
/* SwiftUI */
Color(red: 0.008, green: 0.008, blue: 0.498)
/* Android */
Color.parseColor("#02027f")Accessibility — WCAG contrast
Aa
#02027f on white: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02027f on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.8%
Blue49.8%
CMYK percentages
Cyan98.4%
Magenta98.4%
Yellow0.0%
Key (black)50.2%
Color previews
#02027f text on a black background
contrast 1.32:1
Card sample
#02027f text on a white background
contrast 15.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02027f;
Background color
Panel with #02027f background
background-color: #02027f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02027f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 2, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 2, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02027f; background: linear-gradient(135deg, #02027f, #55027F);