#6611ee
a balanced, electric violet · warm · closest name: blue
RGB
102, 17, 238
HSL
263°, 87%, 50%
CMYK
57, 93, 0, 7
Luminance
0.0940
Every format
| HEX | #6611ee |
| RGB | rgb(102, 17, 238) |
| HSL | hsl(263, 87%, 50%) |
| CMYK | cmyk(57%, 93%, 0%, 7%) |
| LAB | lab(36.7 75.5 -90.7) |
| LCH | lch(36.7 118.0 309.8) |
| OKLCH | oklch(0.490 0.274 287.6) |
Copy-ready code
/* CSS */
color: #6611ee;
background-color: #6611ee;
/* Tailwind (arbitrary) */
class="text-[#6611ee] bg-[#6611ee]"
/* SCSS */
$brand: #6611ee;
/* SwiftUI */
Color(red: 0.400, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#6611ee")Accessibility — WCAG contrast
Aa
#6611ee on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6611ee on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green6.7%
Blue93.3%
CMYK percentages
Cyan57.1%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#6611ee text on a black background
contrast 2.88:1
Card sample
#6611ee text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6611ee;
Background color
Panel with #6611ee background
background-color: #6611ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6611ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6611ee; background: linear-gradient(135deg, #6611ee, #EE11E3);