#602eee
a balanced, electric violet · warm · closest name: blue
RGB
96, 46, 238
HSL
256°, 85%, 56%
CMYK
60, 81, 0, 7
Luminance
0.1061
Every format
| HEX | #602eee |
| RGB | rgb(96, 46, 238) |
| HSL | hsl(256, 85%, 56%) |
| CMYK | cmyk(60%, 81%, 0%, 7%) |
| LAB | lab(38.9 66.6 -87.1) |
| LCH | lch(38.9 109.7 307.4) |
| OKLCH | oklch(0.504 0.259 284.0) |
Copy-ready code
/* CSS */
color: #602eee;
background-color: #602eee;
/* Tailwind (arbitrary) */
class="text-[#602eee] bg-[#602eee]"
/* SCSS */
$brand: #602eee;
/* SwiftUI */
Color(red: 0.376, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#602eee")Accessibility — WCAG contrast
Aa
#602eee on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#602eee on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan59.7%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#602eee text on a black background
contrast 3.12:1
Card sample
#602eee text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602eee;
Background color
Panel with #602eee background
background-color: #602eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602eee; background: linear-gradient(135deg, #602eee, #E02EEE);