#9002df
a dark, electric violet · warm · closest name: blue
RGB
144, 2, 223
HSL
279°, 98%, 44%
CMYK
35, 99, 0, 13
Luminance
0.1130
Every format
| HEX | #9002df |
| RGB | rgb(144, 2, 223) |
| HSL | hsl(279, 98%, 44%) |
| CMYK | cmyk(35%, 99%, 0%, 13%) |
| LAB | lab(40.1 77.9 -76.5) |
| LCH | lch(40.1 109.2 315.5) |
| OKLCH | oklch(0.520 0.269 305.6) |
Copy-ready code
/* CSS */
color: #9002df;
background-color: #9002df;
/* Tailwind (arbitrary) */
class="text-[#9002df] bg-[#9002df]"
/* SCSS */
$brand: #9002df;
/* SwiftUI */
Color(red: 0.565, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#9002df")Accessibility — WCAG contrast
Aa
#9002df on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9002df on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green0.8%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9002df text on a black background
contrast 3.26:1
Card sample
#9002df text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9002df;
Background color
Panel with #9002df background
background-color: #9002df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9002df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9002df; background: linear-gradient(135deg, #9002df, #DF029A);