#2000a1
a dark, electric blue · warm · closest name: navy
RGB
32, 0, 161
HSL
252°, 100%, 32%
CMYK
80, 100, 0, 37
Luminance
0.0288
Every format
| HEX | #2000a1 |
| RGB | rgb(32, 0, 161) |
| HSL | hsl(252, 100%, 32%) |
| CMYK | cmyk(80%, 100%, 0%, 37%) |
| LAB | lab(19.6 56.6 -74.3) |
| LCH | lch(19.6 93.4 307.3) |
| OKLCH | oklch(0.333 0.214 272.0) |
Copy-ready code
/* CSS */
color: #2000a1;
background-color: #2000a1;
/* Tailwind (arbitrary) */
class="text-[#2000a1] bg-[#2000a1]"
/* SCSS */
$brand: #2000a1;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.631)
/* Android */
Color.parseColor("#2000a1")Accessibility — WCAG contrast
Aa
#2000a1 on white: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2000a1 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue63.1%
CMYK percentages
Cyan80.1%
Magenta100.0%
Yellow0.0%
Key (black)36.9%
Color previews
#2000a1 text on a black background
contrast 1.58:1
Card sample
#2000a1 text on a white background
contrast 13.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2000a1;
Background color
Panel with #2000a1 background
background-color: #2000a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2000a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2000a1; background: linear-gradient(135deg, #2000a1, #8B00A1);