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