#602af2
a balanced, electric violet · warm · closest name: blue
RGB
96, 42, 242
HSL
256°, 89%, 56%
CMYK
60, 83, 0, 5
Luminance
0.1055
Every format
| HEX | #602af2 |
| RGB | rgb(96, 42, 242) |
| HSL | hsl(256, 89%, 56%) |
| CMYK | cmyk(60%, 83%, 0%, 5%) |
| LAB | lab(38.8 69.2 -89.6) |
| LCH | lch(38.8 113.2 307.7) |
| OKLCH | oklch(0.504 0.266 283.8) |
Copy-ready code
/* CSS */
color: #602af2;
background-color: #602af2;
/* Tailwind (arbitrary) */
class="text-[#602af2] bg-[#602af2]"
/* SCSS */
$brand: #602af2;
/* SwiftUI */
Color(red: 0.376, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#602af2")Accessibility — WCAG contrast
Aa
#602af2 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#602af2 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green16.5%
Blue94.9%
CMYK percentages
Cyan60.3%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#602af2 text on a black background
contrast 3.11:1
Card sample
#602af2 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602af2;
Background color
Panel with #602af2 background
background-color: #602af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602af2; background: linear-gradient(135deg, #602af2, #E52AF2);