#600dfd
a balanced, electric violet · warm · closest name: blue
RGB
96, 13, 253
HSL
261°, 98%, 52%
CMYK
62, 95, 0, 1
Luminance
0.0987
Every format
| HEX | #600dfd |
| RGB | rgb(96, 13, 253) |
| HSL | hsl(261, 98%, 52%) |
| CMYK | cmyk(62%, 95%, 0%, 1%) |
| LAB | lab(37.6 79.2 -97.8) |
| LCH | lch(37.6 125.8 309.0) |
| OKLCH | oklch(0.500 0.290 283.5) |
Copy-ready code
/* CSS */
color: #600dfd;
background-color: #600dfd;
/* Tailwind (arbitrary) */
class="text-[#600dfd] bg-[#600dfd]"
/* SCSS */
$brand: #600dfd;
/* SwiftUI */
Color(red: 0.376, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#600dfd")Accessibility — WCAG contrast
Aa
#600dfd on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600dfd on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#600dfd text on a black background
contrast 2.97:1
Card sample
#600dfd text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600dfd;
Background color
Panel with #600dfd background
background-color: #600dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600dfd; background: linear-gradient(135deg, #600dfd, #FD0DFA);