#8f02df
a dark, electric violet · warm · closest name: blue
RGB
143, 2, 223
HSL
278°, 98%, 44%
CMYK
36, 99, 0, 13
Luminance
0.1121
Every format
| HEX | #8f02df |
| RGB | rgb(143, 2, 223) |
| HSL | hsl(278, 98%, 44%) |
| CMYK | cmyk(36%, 99%, 0%, 13%) |
| LAB | lab(39.9 77.8 -76.7) |
| LCH | lch(39.9 109.3 315.4) |
| OKLCH | oklch(0.519 0.268 305.3) |
Copy-ready code
/* CSS */
color: #8f02df;
background-color: #8f02df;
/* Tailwind (arbitrary) */
class="text-[#8f02df] bg-[#8f02df]"
/* SCSS */
$brand: #8f02df;
/* SwiftUI */
Color(red: 0.561, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#8f02df")Accessibility — WCAG contrast
Aa
#8f02df on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f02df on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green0.8%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8f02df text on a black background
contrast 3.24:1
Card sample
#8f02df text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f02df;
Background color
Panel with #8f02df background
background-color: #8f02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f02df; background: linear-gradient(135deg, #8f02df, #DF029C);