#602fda
a balanced, vivid violet · warm · closest name: navy
RGB
96, 47, 218
HSL
257°, 70%, 52%
CMYK
56, 78, 0, 15
Luminance
0.0958
Every format
| HEX | #602fda |
| RGB | rgb(96, 47, 218) |
| HSL | hsl(257, 70%, 52%) |
| CMYK | cmyk(56%, 78%, 0%, 15%) |
| LAB | lab(37.1 60.9 -78.8) |
| LCH | lch(37.1 99.6 307.7) |
| OKLCH | oklch(0.485 0.237 286.8) |
Copy-ready code
/* CSS */
color: #602fda;
background-color: #602fda;
/* Tailwind (arbitrary) */
class="text-[#602fda] bg-[#602fda]"
/* SCSS */
$brand: #602fda;
/* SwiftUI */
Color(red: 0.376, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#602fda")Accessibility — WCAG contrast
Aa
#602fda on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602fda on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green18.4%
Blue85.5%
CMYK percentages
Cyan56.0%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#602fda text on a black background
contrast 2.92:1
Card sample
#602fda text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602fda;
Background color
Panel with #602fda background
background-color: #602fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602fda; background: linear-gradient(135deg, #602fda, #D22FDA);