#600bdf
a balanced, electric violet · warm · closest name: blue
RGB
96, 11, 223
HSL
264°, 91%, 46%
CMYK
57, 95, 0, 13
Luminance
0.0805
Every format
| HEX | #600bdf |
| RGB | rgb(96, 11, 223) |
| HSL | hsl(264, 91%, 46%) |
| CMYK | cmyk(57%, 95%, 0%, 13%) |
| LAB | lab(34.1 72.6 -86.6) |
| LCH | lch(34.1 113.0 310.0) |
| OKLCH | oklch(0.466 0.262 288.0) |
Copy-ready code
/* CSS */
color: #600bdf;
background-color: #600bdf;
/* Tailwind (arbitrary) */
class="text-[#600bdf] bg-[#600bdf]"
/* SCSS */
$brand: #600bdf;
/* SwiftUI */
Color(red: 0.376, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#600bdf")Accessibility — WCAG contrast
Aa
#600bdf on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600bdf on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green4.3%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#600bdf text on a black background
contrast 2.61:1
Card sample
#600bdf text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600bdf;
Background color
Panel with #600bdf background
background-color: #600bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600bdf; background: linear-gradient(135deg, #600bdf, #DF0BD1);