#200375
a deep, electric violet · warm · closest name: navy
RGB
32, 3, 117
HSL
255°, 95%, 24%
CMYK
73, 97, 0, 54
Luminance
0.0166
Every format
| HEX | #200375 |
| RGB | rgb(32, 3, 117) |
| HSL | hsl(255, 95%, 24%) |
| CMYK | cmyk(73%, 97%, 0%, 54%) |
| LAB | lab(13.6 44.1 -56.6) |
| LCH | lch(13.6 71.7 307.9) |
| OKLCH | oklch(0.276 0.165 278.3) |
Copy-ready code
/* CSS */
color: #200375;
background-color: #200375;
/* Tailwind (arbitrary) */
class="text-[#200375] bg-[#200375]"
/* SCSS */
$brand: #200375;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.459)
/* Android */
Color.parseColor("#200375")Accessibility — WCAG contrast
Aa
#200375 on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200375 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue45.9%
CMYK percentages
Cyan72.6%
Magenta97.4%
Yellow0.0%
Key (black)54.1%
Color previews
#200375 text on a black background
contrast 1.33:1
Card sample
#200375 text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200375;
Background color
Panel with #200375 background
background-color: #200375;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200375;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200375; background: linear-gradient(135deg, #200375, #6C0375);