#602dfb
a balanced, electric blue · warm · closest name: blue
RGB
96, 45, 251
HSL
255°, 96%, 58%
CMYK
62, 82, 0, 2
Luminance
0.1133
Every format
| HEX | #602dfb |
| RGB | rgb(96, 45, 251) |
| HSL | hsl(255, 96%, 58%) |
| CMYK | cmyk(62%, 82%, 0%, 2%) |
| LAB | lab(40.1 70.4 -92.5) |
| LCH | lch(40.1 116.2 307.3) |
| OKLCH | oklch(0.516 0.273 282.5) |
Copy-ready code
/* CSS */
color: #602dfb;
background-color: #602dfb;
/* Tailwind (arbitrary) */
class="text-[#602dfb] bg-[#602dfb]"
/* SCSS */
$brand: #602dfb;
/* SwiftUI */
Color(red: 0.376, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#602dfb")Accessibility — WCAG contrast
Aa
#602dfb on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#602dfb on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green17.6%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#602dfb text on a black background
contrast 3.27:1
Card sample
#602dfb text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602dfb;
Background color
Panel with #602dfb background
background-color: #602dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602dfb; background: linear-gradient(135deg, #602dfb, #EA2DFB);