#ab9eee
a light, vivid blue · warm · closest name: plum
RGB
171, 158, 238
HSL
250°, 70%, 78%
CMYK
28, 34, 0, 7
Luminance
0.3928
Every format
| HEX | #ab9eee |
| RGB | rgb(171, 158, 238) |
| HSL | hsl(250, 70%, 78%) |
| CMYK | cmyk(28%, 34%, 0%, 7%) |
| LAB | lab(69.0 21.9 -38.5) |
| LCH | lch(69.0 44.3 299.7) |
| OKLCH | oklch(0.741 0.115 290.8) |
Copy-ready code
/* CSS */
color: #ab9eee;
background-color: #ab9eee;
/* Tailwind (arbitrary) */
class="text-[#ab9eee] bg-[#ab9eee]"
/* SCSS */
$brand: #ab9eee;
/* SwiftUI */
Color(red: 0.671, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#ab9eee")Accessibility — WCAG contrast
Aa
#ab9eee on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9eee on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ab9eee text on a black background
contrast 8.86:1
Card sample
#ab9eee text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9eee;
Background color
Panel with #ab9eee background
background-color: #ab9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9eee; background: linear-gradient(135deg, #ab9eee, #E09EEE);