#8224ef
a balanced, electric violet · warm · closest name: blue
RGB
130, 36, 239
HSL
268°, 86%, 54%
CMYK
46, 85, 0, 6
Luminance
0.1224
Every format
| HEX | #8224ef |
| RGB | rgb(130, 36, 239) |
| HSL | hsl(268, 86%, 54%) |
| CMYK | cmyk(46%, 85%, 0%, 6%) |
| LAB | lab(41.6 73.9 -83.2) |
| LCH | lch(41.6 111.2 311.6) |
| OKLCH | oklch(0.531 0.266 296.4) |
Copy-ready code
/* CSS */
color: #8224ef;
background-color: #8224ef;
/* Tailwind (arbitrary) */
class="text-[#8224ef] bg-[#8224ef]"
/* SCSS */
$brand: #8224ef;
/* SwiftUI */
Color(red: 0.510, green: 0.141, blue: 0.937)
/* Android */
Color.parseColor("#8224ef")Accessibility — WCAG contrast
Aa
#8224ef on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8224ef on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green14.1%
Blue93.7%
CMYK percentages
Cyan45.6%
Magenta84.9%
Yellow0.0%
Key (black)6.3%
Color previews
#8224ef text on a black background
contrast 3.45:1
Card sample
#8224ef text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8224ef;
Background color
Panel with #8224ef background
background-color: #8224ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8224ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 36, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 36, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8224ef; background: linear-gradient(135deg, #8224ef, #EF24D5);