#8902df
a dark, electric violet · warm · closest name: blue
RGB
137, 2, 223
HSL
277°, 98%, 44%
CMYK
39, 99, 0, 13
Luminance
0.1069
Every format
| HEX | #8902df |
| RGB | rgb(137, 2, 223) |
| HSL | hsl(277, 98%, 44%) |
| CMYK | cmyk(39%, 99%, 0%, 13%) |
| LAB | lab(39.0 77.2 -78.2) |
| LCH | lch(39.0 109.9 314.6) |
| OKLCH | oklch(0.511 0.267 303.2) |
Copy-ready code
/* CSS */
color: #8902df;
background-color: #8902df;
/* Tailwind (arbitrary) */
class="text-[#8902df] bg-[#8902df]"
/* SCSS */
$brand: #8902df;
/* SwiftUI */
Color(red: 0.537, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#8902df")Accessibility — WCAG contrast
Aa
#8902df on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8902df on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.8%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8902df text on a black background
contrast 3.14:1
Card sample
#8902df text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8902df;
Background color
Panel with #8902df background
background-color: #8902df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8902df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8902df; background: linear-gradient(135deg, #8902df, #DF02A1);