#7724eb
a balanced, electric violet · warm · closest name: blue
RGB
119, 36, 235
HSL
265°, 83%, 53%
CMYK
49, 85, 0, 8
Luminance
0.1118
Every format
| HEX | #7724eb |
| RGB | rgb(119, 36, 235) |
| HSL | hsl(265, 83%, 53%) |
| CMYK | cmyk(49%, 85%, 0%, 8%) |
| LAB | lab(39.9 71.7 -83.8) |
| LCH | lch(39.9 110.3 310.6) |
| OKLCH | oklch(0.515 0.262 293.3) |
Copy-ready code
/* CSS */
color: #7724eb;
background-color: #7724eb;
/* Tailwind (arbitrary) */
class="text-[#7724eb] bg-[#7724eb]"
/* SCSS */
$brand: #7724eb;
/* SwiftUI */
Color(red: 0.467, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#7724eb")Accessibility — WCAG contrast
Aa
#7724eb on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7724eb on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green14.1%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7724eb text on a black background
contrast 3.24:1
Card sample
#7724eb text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7724eb;
Background color
Panel with #7724eb background
background-color: #7724eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7724eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7724eb; background: linear-gradient(135deg, #7724eb, #EB24DA);