#6007df
a balanced, electric violet · warm · closest name: blue
RGB
96, 7, 223
HSL
265°, 94%, 45%
CMYK
57, 97, 0, 13
Luminance
0.0797
Every format
| HEX | #6007df |
| RGB | rgb(96, 7, 223) |
| HSL | hsl(265, 94%, 45%) |
| CMYK | cmyk(57%, 97%, 0%, 13%) |
| LAB | lab(33.9 73.1 -86.9) |
| LCH | lch(33.9 113.6 310.1) |
| OKLCH | oklch(0.465 0.263 288.1) |
Copy-ready code
/* CSS */
color: #6007df;
background-color: #6007df;
/* Tailwind (arbitrary) */
class="text-[#6007df] bg-[#6007df]"
/* SCSS */
$brand: #6007df;
/* SwiftUI */
Color(red: 0.376, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#6007df")Accessibility — WCAG contrast
Aa
#6007df on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6007df on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green2.7%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6007df text on a black background
contrast 2.59:1
Card sample
#6007df text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6007df;
Background color
Panel with #6007df background
background-color: #6007df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6007df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6007df; background: linear-gradient(135deg, #6007df, #DF07CE);