#20007f
a deep, electric violet · warm · closest name: navy
RGB
32, 0, 127
HSL
255°, 100%, 25%
CMYK
75, 100, 0, 50
Luminance
0.0184
Every format
| HEX | #20007f |
| RGB | rgb(32, 0, 127) |
| HSL | hsl(255, 100%, 25%) |
| CMYK | cmyk(75%, 100%, 0%, 50%) |
| LAB | lab(14.6 47.9 -61.3) |
| LCH | lch(14.6 77.8 308.0) |
| OKLCH | oklch(0.287 0.178 276.6) |
Copy-ready code
/* CSS */
color: #20007f;
background-color: #20007f;
/* Tailwind (arbitrary) */
class="text-[#20007f] bg-[#20007f]"
/* SCSS */
$brand: #20007f;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#20007f")Accessibility — WCAG contrast
Aa
#20007f on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20007f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue49.8%
CMYK percentages
Cyan74.8%
Magenta100.0%
Yellow0.0%
Key (black)50.2%
Color previews
#20007f text on a black background
contrast 1.37:1
Card sample
#20007f text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20007f;
Background color
Panel with #20007f background
background-color: #20007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20007f; background: linear-gradient(135deg, #20007f, #75007F);