#6002df
a dark, electric violet · warm · closest name: blue
RGB
96, 2, 223
HSL
266°, 98%, 44%
CMYK
57, 99, 0, 13
Luminance
0.0786
Every format
| HEX | #6002df |
| RGB | rgb(96, 2, 223) |
| HSL | hsl(266, 98%, 44%) |
| CMYK | cmyk(57%, 99%, 0%, 13%) |
| LAB | lab(33.7 73.8 -87.3) |
| LCH | lch(33.7 114.3 310.2) |
| OKLCH | oklch(0.464 0.264 288.2) |
Copy-ready code
/* CSS */
color: #6002df;
background-color: #6002df;
/* Tailwind (arbitrary) */
class="text-[#6002df] bg-[#6002df]"
/* SCSS */
$brand: #6002df;
/* SwiftUI */
Color(red: 0.376, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#6002df")Accessibility — WCAG contrast
Aa
#6002df on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6002df on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6002df text on a black background
contrast 2.57:1
Card sample
#6002df text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6002df;
Background color
Panel with #6002df background
background-color: #6002df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6002df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6002df; background: linear-gradient(135deg, #6002df, #DF02CB);