#6002fd
a balanced, electric violet · warm · closest name: blue
RGB
96, 2, 253
HSL
263°, 98%, 50%
CMYK
62, 99, 0, 1
Luminance
0.0962
Every format
| HEX | #6002fd |
| RGB | rgb(96, 2, 253) |
| HSL | hsl(263, 98%, 50%) |
| CMYK | cmyk(62%, 99%, 0%, 1%) |
| LAB | lab(37.1 80.5 -98.5) |
| LCH | lch(37.1 127.2 309.3) |
| OKLCH | oklch(0.497 0.292 283.7) |
Copy-ready code
/* CSS */
color: #6002fd;
background-color: #6002fd;
/* Tailwind (arbitrary) */
class="text-[#6002fd] bg-[#6002fd]"
/* SCSS */
$brand: #6002fd;
/* SwiftUI */
Color(red: 0.376, green: 0.008, blue: 0.992)
/* Android */
Color.parseColor("#6002fd")Accessibility — WCAG contrast
Aa
#6002fd on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6002fd on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.8%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta99.2%
Yellow0.0%
Key (black)0.8%
Color previews
#6002fd text on a black background
contrast 2.92:1
Card sample
#6002fd text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6002fd;
Background color
Panel with #6002fd background
background-color: #6002fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6002fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 2, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 2, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6002fd; background: linear-gradient(135deg, #6002fd, #FD02F3);