#7204cb
a dark, electric violet · warm · closest name: indigo
RGB
114, 4, 203
HSL
273°, 96%, 41%
CMYK
44, 98, 0, 20
Luminance
0.0798
Every format
| HEX | #7204cb |
| RGB | rgb(114, 4, 203) |
| HSL | hsl(273, 96%, 41%) |
| CMYK | cmyk(44%, 98%, 0%, 20%) |
| LAB | lab(33.9 70.6 -75.2) |
| LCH | lch(33.9 103.2 313.2) |
| OKLCH | oklch(0.464 0.247 299.2) |
Copy-ready code
/* CSS */
color: #7204cb;
background-color: #7204cb;
/* Tailwind (arbitrary) */
class="text-[#7204cb] bg-[#7204cb]"
/* SCSS */
$brand: #7204cb;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.796)
/* Android */
Color.parseColor("#7204cb")Accessibility — WCAG contrast
Aa
#7204cb on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7204cb on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue79.6%
CMYK percentages
Cyan43.8%
Magenta98.0%
Yellow0.0%
Key (black)20.4%
Color previews
#7204cb text on a black background
contrast 2.60:1
Card sample
#7204cb text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7204cb;
Background color
Panel with #7204cb background
background-color: #7204cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7204cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7204cb; background: linear-gradient(135deg, #7204cb, #CB049F);