#ae9dbb
a light, soft violet · warm · closest name: silver
RGB
174, 157, 187
HSL
274°, 18%, 68%
CMYK
7, 16, 0, 27
Luminance
0.3670
Every format
| HEX | #ae9dbb |
| RGB | rgb(174, 157, 187) |
| HSL | hsl(274, 18%, 68%) |
| CMYK | cmyk(7%, 16%, 0%, 27%) |
| LAB | lab(67.0 11.9 -13.2) |
| LCH | lch(67.0 17.8 312.1) |
| OKLCH | oklch(0.721 0.047 310.5) |
Copy-ready code
/* CSS */
color: #ae9dbb;
background-color: #ae9dbb;
/* Tailwind (arbitrary) */
class="text-[#ae9dbb] bg-[#ae9dbb]"
/* SCSS */
$brand: #ae9dbb;
/* SwiftUI */
Color(red: 0.682, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#ae9dbb")Accessibility — WCAG contrast
Aa
#ae9dbb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9dbb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green61.6%
Blue73.3%
CMYK percentages
Cyan7.0%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#ae9dbb text on a black background
contrast 8.34:1
Card sample
#ae9dbb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9dbb;
Background color
Panel with #ae9dbb background
background-color: #ae9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9dbb; background: linear-gradient(135deg, #ae9dbb, #BB9DB4);