#602bdf
a balanced, vivid violet · warm · closest name: blue
RGB
96, 43, 223
HSL
258°, 74%, 52%
CMYK
57, 81, 0, 13
Luminance
0.0954
Every format
| HEX | #602bdf |
| RGB | rgb(96, 43, 223) |
| HSL | hsl(258, 74%, 52%) |
| CMYK | cmyk(57%, 81%, 0%, 13%) |
| LAB | lab(37.0 63.9 -81.8) |
| LCH | lch(37.0 103.8 308.0) |
| OKLCH | oklch(0.486 0.245 286.4) |
Copy-ready code
/* CSS */
color: #602bdf;
background-color: #602bdf;
/* Tailwind (arbitrary) */
class="text-[#602bdf] bg-[#602bdf]"
/* SCSS */
$brand: #602bdf;
/* SwiftUI */
Color(red: 0.376, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#602bdf")Accessibility — WCAG contrast
Aa
#602bdf on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602bdf on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green16.9%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#602bdf text on a black background
contrast 2.91:1
Card sample
#602bdf text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602bdf;
Background color
Panel with #602bdf background
background-color: #602bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602bdf; background: linear-gradient(135deg, #602bdf, #D82BDF);