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