#602df0
a balanced, electric violet · warm · closest name: blue
RGB
96, 45, 240
HSL
256°, 87%, 56%
CMYK
60, 81, 0, 6
Luminance
0.1065
Every format
| HEX | #602df0 |
| RGB | rgb(96, 45, 240) |
| HSL | hsl(256, 87%, 56%) |
| CMYK | cmyk(60%, 81%, 0%, 6%) |
| LAB | lab(39.0 67.6 -88.1) |
| LCH | lch(39.0 111.0 307.5) |
| OKLCH | oklch(0.505 0.262 283.8) |
Copy-ready code
/* CSS */
color: #602df0;
background-color: #602df0;
/* Tailwind (arbitrary) */
class="text-[#602df0] bg-[#602df0]"
/* SCSS */
$brand: #602df0;
/* SwiftUI */
Color(red: 0.376, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#602df0")Accessibility — WCAG contrast
Aa
#602df0 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#602df0 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green17.6%
Blue94.1%
CMYK percentages
Cyan60.0%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#602df0 text on a black background
contrast 3.13:1
Card sample
#602df0 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602df0;
Background color
Panel with #602df0 background
background-color: #602df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602df0; background: linear-gradient(135deg, #602df0, #E22DF0);