#ab7eee
a light, electric violet · warm · closest name: slateblue
RGB
171, 126, 238
HSL
264°, 77%, 71%
CMYK
28, 47, 0, 7
Luminance
0.2975
Every format
| HEX | #ab7eee |
| RGB | rgb(171, 126, 238) |
| HSL | hsl(264, 77%, 71%) |
| CMYK | cmyk(28%, 47%, 0%, 7%) |
| LAB | lab(61.4 39.9 -50.3) |
| LCH | lch(61.4 64.2 308.4) |
| OKLCH | oklch(0.684 0.164 300.7) |
Copy-ready code
/* CSS */
color: #ab7eee;
background-color: #ab7eee;
/* Tailwind (arbitrary) */
class="text-[#ab7eee] bg-[#ab7eee]"
/* SCSS */
$brand: #ab7eee;
/* SwiftUI */
Color(red: 0.671, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#ab7eee")Accessibility — WCAG contrast
Aa
#ab7eee on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7eee on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.4%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ab7eee text on a black background
contrast 6.95:1
Card sample
#ab7eee text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7eee;
Background color
Panel with #ab7eee background
background-color: #ab7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7eee; background: linear-gradient(135deg, #ab7eee, #EE7EE6);