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