#32016f
a deep, electric violet · warm · closest name: indigo
RGB
50, 1, 111
HSL
267°, 98%, 22%
CMYK
55, 99, 0, 57
Luminance
0.0185
Every format
| HEX | #32016f |
| RGB | rgb(50, 1, 111) |
| HSL | hsl(267, 98%, 22%) |
| CMYK | cmyk(55%, 99%, 0%, 57%) |
| LAB | lab(14.7 44.5 -50.8) |
| LCH | lch(14.7 67.6 311.2) |
| OKLCH | oklch(0.286 0.158 292.4) |
Copy-ready code
/* CSS */
color: #32016f;
background-color: #32016f;
/* Tailwind (arbitrary) */
class="text-[#32016f] bg-[#32016f]"
/* SCSS */
$brand: #32016f;
/* SwiftUI */
Color(red: 0.196, green: 0.004, blue: 0.435)
/* Android */
Color.parseColor("#32016f")Accessibility — WCAG contrast
Aa
#32016f on white: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32016f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green0.4%
Blue43.5%
CMYK percentages
Cyan55.0%
Magenta99.1%
Yellow0.0%
Key (black)56.5%
Color previews
#32016f text on a black background
contrast 1.37:1
Card sample
#32016f text on a white background
contrast 15.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32016f;
Background color
Panel with #32016f background
background-color: #32016f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32016f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 1, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 1, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32016f; background: linear-gradient(135deg, #32016f, #6F0163);