#7204d4
a dark, electric violet · warm · closest name: blue
RGB
114, 4, 212
HSL
272°, 96%, 42%
CMYK
46, 98, 0, 17
Luminance
0.0842
Every format
| HEX | #7204d4 |
| RGB | rgb(114, 4, 212) |
| HSL | hsl(272, 96%, 42%) |
| CMYK | cmyk(46%, 98%, 0%, 17%) |
| LAB | lab(34.8 72.5 -78.9) |
| LCH | lch(34.8 107.2 312.6) |
| OKLCH | oklch(0.473 0.255 297.2) |
Copy-ready code
/* CSS */
color: #7204d4;
background-color: #7204d4;
/* Tailwind (arbitrary) */
class="text-[#7204d4] bg-[#7204d4]"
/* SCSS */
$brand: #7204d4;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.831)
/* Android */
Color.parseColor("#7204d4")Accessibility — WCAG contrast
Aa
#7204d4 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7204d4 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue83.1%
CMYK percentages
Cyan46.2%
Magenta98.1%
Yellow0.0%
Key (black)16.9%
Color previews
#7204d4 text on a black background
contrast 2.68:1
Card sample
#7204d4 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7204d4;
Background color
Panel with #7204d4 background
background-color: #7204d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7204d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7204d4; background: linear-gradient(135deg, #7204d4, #D404AC);