#602df4
a balanced, electric violet · warm · closest name: blue
RGB
96, 45, 244
HSL
255°, 90%, 57%
CMYK
61, 82, 0, 4
Luminance
0.1090
Every format
| HEX | #602df4 |
| RGB | rgb(96, 45, 244) |
| HSL | hsl(255, 90%, 57%) |
| CMYK | cmyk(61%, 82%, 0%, 4%) |
| LAB | lab(39.4 68.6 -89.7) |
| LCH | lch(39.4 112.9 307.4) |
| OKLCH | oklch(0.509 0.266 283.3) |
Copy-ready code
/* CSS */
color: #602df4;
background-color: #602df4;
/* Tailwind (arbitrary) */
class="text-[#602df4] bg-[#602df4]"
/* SCSS */
$brand: #602df4;
/* SwiftUI */
Color(red: 0.376, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#602df4")Accessibility — WCAG contrast
Aa
#602df4 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#602df4 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green17.6%
Blue95.7%
CMYK percentages
Cyan60.7%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#602df4 text on a black background
contrast 3.18:1
Card sample
#602df4 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602df4;
Background color
Panel with #602df4 background
background-color: #602df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602df4; background: linear-gradient(135deg, #602df4, #E52DF4);