#ab66eb
a light, electric violet · warm · closest name: slateblue
RGB
171, 102, 235
HSL
271°, 77%, 66%
CMYK
27, 57, 0, 8
Luminance
0.2416
Every format
| HEX | #ab66eb |
| RGB | rgb(171, 102, 235) |
| HSL | hsl(271, 77%, 66%) |
| CMYK | cmyk(27%, 57%, 0%, 8%) |
| LAB | lab(56.3 52.1 -56.9) |
| LCH | lch(56.3 77.2 312.5) |
| OKLCH | oklch(0.645 0.197 305.5) |
Copy-ready code
/* CSS */
color: #ab66eb;
background-color: #ab66eb;
/* Tailwind (arbitrary) */
class="text-[#ab66eb] bg-[#ab66eb]"
/* SCSS */
$brand: #ab66eb;
/* SwiftUI */
Color(red: 0.671, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#ab66eb")Accessibility — WCAG contrast
Aa
#ab66eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab66eb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green40.0%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ab66eb text on a black background
contrast 5.83:1
Card sample
#ab66eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab66eb;
Background color
Panel with #ab66eb background
background-color: #ab66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab66eb; background: linear-gradient(135deg, #ab66eb, #EB66D2);