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