#ada2ee
a light, vivid blue · warm · closest name: plum
RGB
173, 162, 238
HSL
249°, 69%, 78%
CMYK
27, 32, 0, 7
Luminance
0.4090
Every format
| HEX | #ada2ee |
| RGB | rgb(173, 162, 238) |
| HSL | hsl(249, 69%, 78%) |
| CMYK | cmyk(27%, 32%, 0%, 7%) |
| LAB | lab(70.1 20.2 -36.7) |
| LCH | lch(70.1 41.9 298.9) |
| OKLCH | oklch(0.750 0.108 290.2) |
Copy-ready code
/* CSS */
color: #ada2ee;
background-color: #ada2ee;
/* Tailwind (arbitrary) */
class="text-[#ada2ee] bg-[#ada2ee]"
/* SCSS */
$brand: #ada2ee;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.933)
/* Android */
Color.parseColor("#ada2ee")Accessibility — WCAG contrast
Aa
#ada2ee on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2ee on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta31.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ada2ee text on a black background
contrast 9.18:1
Card sample
#ada2ee text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2ee;
Background color
Panel with #ada2ee background
background-color: #ada2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2ee; background: linear-gradient(135deg, #ada2ee, #E0A2EE);