#ab5eee
a light, electric violet · warm · closest name: slateblue
RGB
171, 94, 238
HSL
272°, 81%, 65%
CMYK
28, 61, 0, 7
Luminance
0.2284
Every format
| HEX | #ab5eee |
| RGB | rgb(171, 94, 238) |
| HSL | hsl(272, 81%, 65%) |
| CMYK | cmyk(28%, 61%, 0%, 7%) |
| LAB | lab(54.9 56.9 -60.7) |
| LCH | lch(54.9 83.2 313.1) |
| OKLCH | oklch(0.636 0.212 305.9) |
Copy-ready code
/* CSS */
color: #ab5eee;
background-color: #ab5eee;
/* Tailwind (arbitrary) */
class="text-[#ab5eee] bg-[#ab5eee]"
/* SCSS */
$brand: #ab5eee;
/* SwiftUI */
Color(red: 0.671, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#ab5eee")Accessibility — WCAG contrast
Aa
#ab5eee on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5eee on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.9%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ab5eee text on a black background
contrast 5.57:1
Card sample
#ab5eee text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5eee;
Background color
Panel with #ab5eee background
background-color: #ab5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5eee; background: linear-gradient(135deg, #ab5eee, #EE5ED1);