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