#7204f4
a balanced, electric violet · warm · closest name: blue
RGB
114, 4, 244
HSL
268°, 97%, 49%
CMYK
53, 98, 0, 4
Luminance
0.1020
Every format
| HEX | #7204f4 |
| RGB | rgb(114, 4, 244) |
| HSL | hsl(268, 97%, 49%) |
| CMYK | cmyk(53%, 98%, 0%, 4%) |
| LAB | lab(38.2 79.4 -91.7) |
| LCH | lch(38.2 121.3 310.9) |
| OKLCH | oklch(0.505 0.282 291.1) |
Copy-ready code
/* CSS */
color: #7204f4;
background-color: #7204f4;
/* Tailwind (arbitrary) */
class="text-[#7204f4] bg-[#7204f4]"
/* SCSS */
$brand: #7204f4;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.957)
/* Android */
Color.parseColor("#7204f4")Accessibility — WCAG contrast
Aa
#7204f4 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7204f4 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue95.7%
CMYK percentages
Cyan53.3%
Magenta98.4%
Yellow0.0%
Key (black)4.3%
Color previews
#7204f4 text on a black background
contrast 3.04:1
Card sample
#7204f4 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7204f4;
Background color
Panel with #7204f4 background
background-color: #7204f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7204f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7204f4; background: linear-gradient(135deg, #7204f4, #F404D6);