#602fdf
a balanced, vivid violet · warm · closest name: blue
RGB
96, 47, 223
HSL
257°, 73%, 53%
CMYK
57, 79, 0, 13
Luminance
0.0985
Every format
| HEX | #602fdf |
| RGB | rgb(96, 47, 223) |
| HSL | hsl(257, 73%, 53%) |
| CMYK | cmyk(57%, 79%, 0%, 13%) |
| LAB | lab(37.6 62.3 -80.8) |
| LCH | lch(37.6 102.0 307.6) |
| OKLCH | oklch(0.490 0.242 286.1) |
Copy-ready code
/* CSS */
color: #602fdf;
background-color: #602fdf;
/* Tailwind (arbitrary) */
class="text-[#602fdf] bg-[#602fdf]"
/* SCSS */
$brand: #602fdf;
/* SwiftUI */
Color(red: 0.376, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#602fdf")Accessibility — WCAG contrast
Aa
#602fdf on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602fdf on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#602fdf text on a black background
contrast 2.97:1
Card sample
#602fdf text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602fdf;
Background color
Panel with #602fdf background
background-color: #602fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602fdf; background: linear-gradient(135deg, #602fdf, #D52FDF);