#0200af
a dark, electric blue · warm · closest name: navy
RGB
2, 0, 175
HSL
241°, 100%, 34%
CMYK
99, 100, 0, 31
Luminance
0.0311
Every format
| HEX | #0200af |
| RGB | rgb(2, 0, 175) |
| HSL | hsl(241, 100%, 34%) |
| CMYK | cmyk(99%, 100%, 0%, 31%) |
| LAB | lab(20.5 59.7 -81.2) |
| LCH | lch(20.5 100.8 306.3) |
| OKLCH | oklch(0.341 0.236 264.4) |
Copy-ready code
/* CSS */
color: #0200af;
background-color: #0200af;
/* Tailwind (arbitrary) */
class="text-[#0200af] bg-[#0200af]"
/* SCSS */
$brand: #0200af;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#0200af")Accessibility — WCAG contrast
Aa
#0200af on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0200af on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta100.0%
Yellow0.0%
Key (black)31.4%
Color previews
#0200af text on a black background
contrast 1.62:1
Card sample
#0200af text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0200af;
Background color
Panel with #0200af background
background-color: #0200af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0200af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0200af; background: linear-gradient(135deg, #0200af, #7700AF);