#600dfb
a balanced, electric violet · warm · closest name: blue
RGB
96, 13, 251
HSL
261°, 97%, 52%
CMYK
62, 95, 0, 2
Luminance
0.0974
Every format
| HEX | #600dfb |
| RGB | rgb(96, 13, 251) |
| HSL | hsl(261, 97%, 52%) |
| CMYK | cmyk(62%, 95%, 0%, 2%) |
| LAB | lab(37.4 78.7 -97.0) |
| LCH | lch(37.4 124.9 309.0) |
| OKLCH | oklch(0.497 0.288 283.7) |
Copy-ready code
/* CSS */
color: #600dfb;
background-color: #600dfb;
/* Tailwind (arbitrary) */
class="text-[#600dfb] bg-[#600dfb]"
/* SCSS */
$brand: #600dfb;
/* SwiftUI */
Color(red: 0.376, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#600dfb")Accessibility — WCAG contrast
Aa
#600dfb on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600dfb on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#600dfb text on a black background
contrast 2.95:1
Card sample
#600dfb text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600dfb;
Background color
Panel with #600dfb background
background-color: #600dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600dfb; background: linear-gradient(135deg, #600dfb, #FB0DF7);