#8902cf
a dark, electric violet · warm · closest name: indigo
RGB
137, 2, 207
HSL
280°, 98%, 41%
CMYK
34, 99, 0, 19
Luminance
0.0987
Every format
| HEX | #8902cf |
| RGB | rgb(137, 2, 207) |
| HSL | hsl(280, 98%, 41%) |
| CMYK | cmyk(34%, 99%, 0%, 19%) |
| LAB | lab(37.6 74.1 -71.3) |
| LCH | lch(37.6 102.8 316.1) |
| OKLCH | oklch(0.497 0.255 306.9) |
Copy-ready code
/* CSS */
color: #8902cf;
background-color: #8902cf;
/* Tailwind (arbitrary) */
class="text-[#8902cf] bg-[#8902cf]"
/* SCSS */
$brand: #8902cf;
/* SwiftUI */
Color(red: 0.537, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#8902cf")Accessibility — WCAG contrast
Aa
#8902cf on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8902cf on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.8%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#8902cf text on a black background
contrast 2.97:1
Card sample
#8902cf text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8902cf;
Background color
Panel with #8902cf background
background-color: #8902cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8902cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8902cf; background: linear-gradient(135deg, #8902cf, #CF028C);