#7204c8
a dark, electric violet · warm · closest name: indigo
RGB
114, 4, 200
HSL
274°, 96%, 40%
CMYK
43, 98, 0, 22
Luminance
0.0783
Every format
| HEX | #7204c8 |
| RGB | rgb(114, 4, 200) |
| HSL | hsl(274, 96%, 40%) |
| CMYK | cmyk(43%, 98%, 0%, 22%) |
| LAB | lab(33.6 70.0 -73.9) |
| LCH | lch(33.6 101.8 313.4) |
| OKLCH | oklch(0.461 0.244 299.9) |
Copy-ready code
/* CSS */
color: #7204c8;
background-color: #7204c8;
/* Tailwind (arbitrary) */
class="text-[#7204c8] bg-[#7204c8]"
/* SCSS */
$brand: #7204c8;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.784)
/* Android */
Color.parseColor("#7204c8")Accessibility — WCAG contrast
Aa
#7204c8 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7204c8 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue78.4%
CMYK percentages
Cyan43.0%
Magenta98.0%
Yellow0.0%
Key (black)21.6%
Color previews
#7204c8 text on a black background
contrast 2.57:1
Card sample
#7204c8 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7204c8;
Background color
Panel with #7204c8 background
background-color: #7204c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7204c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7204c8; background: linear-gradient(135deg, #7204c8, #C8049B);