#200076
a deep, electric violet · warm · closest name: navy
RGB
32, 0, 118
HSL
256°, 100%, 23%
CMYK
73, 100, 0, 54
Luminance
0.0162
Every format
| HEX | #200076 |
| RGB | rgb(32, 0, 118) |
| HSL | hsl(256, 100%, 23%) |
| CMYK | cmyk(73%, 100%, 0%, 54%) |
| LAB | lab(13.3 45.6 -57.7) |
| LCH | lch(13.3 73.5 308.3) |
| OKLCH | oklch(0.274 0.168 278.3) |
Copy-ready code
/* CSS */
color: #200076;
background-color: #200076;
/* Tailwind (arbitrary) */
class="text-[#200076] bg-[#200076]"
/* SCSS */
$brand: #200076;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#200076")Accessibility — WCAG contrast
Aa
#200076 on white: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200076 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue46.3%
CMYK percentages
Cyan72.9%
Magenta100.0%
Yellow0.0%
Key (black)53.7%
Color previews
#200076 text on a black background
contrast 1.32:1
Card sample
#200076 text on a white background
contrast 15.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200076;
Background color
Panel with #200076 background
background-color: #200076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200076; background: linear-gradient(135deg, #200076, #6F0076);