#20006f
a deep, electric violet · warm · closest name: navy
RGB
32, 0, 111
HSL
257°, 100%, 22%
CMYK
71, 100, 0, 57
Luminance
0.0145
Every format
| HEX | #20006f |
| RGB | rgb(32, 0, 111) |
| HSL | hsl(257, 100%, 22%) |
| CMYK | cmyk(71%, 100%, 0%, 57%) |
| LAB | lab(12.3 43.7 -54.8) |
| LCH | lch(12.3 70.1 308.6) |
| OKLCH | oklch(0.265 0.160 279.9) |
Copy-ready code
/* CSS */
color: #20006f;
background-color: #20006f;
/* Tailwind (arbitrary) */
class="text-[#20006f] bg-[#20006f]"
/* SCSS */
$brand: #20006f;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#20006f")Accessibility — WCAG contrast
Aa
#20006f on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20006f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue43.5%
CMYK percentages
Cyan71.2%
Magenta100.0%
Yellow0.0%
Key (black)56.5%
Color previews
#20006f text on a black background
contrast 1.29:1
Card sample
#20006f text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20006f;
Background color
Panel with #20006f background
background-color: #20006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20006f; background: linear-gradient(135deg, #20006f, #6A006F);