#200096
a dark, electric blue · warm · closest name: navy
RGB
32, 0, 150
HSL
253°, 100%, 29%
CMYK
79, 100, 0, 41
Luminance
0.0251
Every format
| HEX | #200096 |
| RGB | rgb(32, 0, 150) |
| HSL | hsl(253, 100%, 29%) |
| CMYK | cmyk(79%, 100%, 0%, 41%) |
| LAB | lab(18.0 53.8 -70.2) |
| LCH | lch(18.0 88.4 307.5) |
| OKLCH | oklch(0.318 0.203 273.2) |
Copy-ready code
/* CSS */
color: #200096;
background-color: #200096;
/* Tailwind (arbitrary) */
class="text-[#200096] bg-[#200096]"
/* SCSS */
$brand: #200096;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.588)
/* Android */
Color.parseColor("#200096")Accessibility — WCAG contrast
Aa
#200096 on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200096 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue58.8%
CMYK percentages
Cyan78.7%
Magenta100.0%
Yellow0.0%
Key (black)41.2%
Color previews
#200096 text on a black background
contrast 1.50:1
Card sample
#200096 text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200096;
Background color
Panel with #200096 background
background-color: #200096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200096; background: linear-gradient(135deg, #200096, #840096);