#8e14df
a balanced, electric violet · warm · closest name: blue
RGB
142, 20, 223
HSL
276°, 84%, 48%
CMYK
36, 91, 0, 13
Luminance
0.1158
Every format
| HEX | #8e14df |
| RGB | rgb(142, 20, 223) |
| HSL | hsl(276, 84%, 48%) |
| CMYK | cmyk(36%, 91%, 0%, 13%) |
| LAB | lab(40.5 75.5 -75.7) |
| LCH | lch(40.5 106.9 314.9) |
| OKLCH | oklch(0.523 0.263 304.5) |
Copy-ready code
/* CSS */
color: #8e14df;
background-color: #8e14df;
/* Tailwind (arbitrary) */
class="text-[#8e14df] bg-[#8e14df]"
/* SCSS */
$brand: #8e14df;
/* SwiftUI */
Color(red: 0.557, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#8e14df")Accessibility — WCAG contrast
Aa
#8e14df on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8e14df on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green7.8%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8e14df text on a black background
contrast 3.32:1
Card sample
#8e14df text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e14df;
Background color
Panel with #8e14df background
background-color: #8e14df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e14df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e14df; background: linear-gradient(135deg, #8e14df, #DF14A8);