#6000df
a dark, electric violet · warm · closest name: blue
RGB
96, 0, 223
HSL
266°, 100%, 44%
CMYK
57, 100, 0, 13
Luminance
0.0781
Every format
| HEX | #6000df |
| RGB | rgb(96, 0, 223) |
| HSL | hsl(266, 100%, 44%) |
| CMYK | cmyk(57%, 100%, 0%, 13%) |
| LAB | lab(33.6 74.1 -87.4) |
| LCH | lch(33.6 114.6 310.3) |
| OKLCH | oklch(0.463 0.265 288.3) |
Copy-ready code
/* CSS */
color: #6000df;
background-color: #6000df;
/* Tailwind (arbitrary) */
class="text-[#6000df] bg-[#6000df]"
/* SCSS */
$brand: #6000df;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#6000df")Accessibility — WCAG contrast
Aa
#6000df on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6000df on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6000df text on a black background
contrast 2.56:1
Card sample
#6000df text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6000df;
Background color
Panel with #6000df background
background-color: #6000df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6000df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6000df; background: linear-gradient(135deg, #6000df, #DF00C9);