#7204fd
a balanced, electric violet · warm · closest name: blue
RGB
114, 4, 253
HSL
267°, 98%, 50%
CMYK
55, 98, 0, 1
Luminance
0.1076
Every format
| HEX | #7204fd |
| RGB | rgb(114, 4, 253) |
| HSL | hsl(267, 98%, 50%) |
| CMYK | cmyk(55%, 98%, 0%, 1%) |
| LAB | lab(39.2 81.3 -95.1) |
| LCH | lch(39.2 125.1 310.5) |
| OKLCH | oklch(0.514 0.290 289.6) |
Copy-ready code
/* CSS */
color: #7204fd;
background-color: #7204fd;
/* Tailwind (arbitrary) */
class="text-[#7204fd] bg-[#7204fd]"
/* SCSS */
$brand: #7204fd;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.992)
/* Android */
Color.parseColor("#7204fd")Accessibility — WCAG contrast
Aa
#7204fd on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7204fd on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta98.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7204fd text on a black background
contrast 3.15:1
Card sample
#7204fd text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7204fd;
Background color
Panel with #7204fd background
background-color: #7204fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7204fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7204fd; background: linear-gradient(135deg, #7204fd, #FD04E2);