#ada2e2
a light, vivid blue · warm · closest name: plum
RGB
173, 162, 226
HSL
250°, 53%, 76%
CMYK
24, 28, 0, 11
Luminance
0.4022
Every format
| HEX | #ada2e2 |
| RGB | rgb(173, 162, 226) |
| HSL | hsl(250, 53%, 76%) |
| CMYK | cmyk(24%, 28%, 0%, 11%) |
| LAB | lab(69.6 17.4 -30.9) |
| LCH | lch(69.6 35.4 299.4) |
| OKLCH | oklch(0.745 0.092 291.9) |
Copy-ready code
/* CSS */
color: #ada2e2;
background-color: #ada2e2;
/* Tailwind (arbitrary) */
class="text-[#ada2e2] bg-[#ada2e2]"
/* SCSS */
$brand: #ada2e2;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.886)
/* Android */
Color.parseColor("#ada2e2")Accessibility — WCAG contrast
Aa
#ada2e2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2e2 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue88.6%
CMYK percentages
Cyan23.5%
Magenta28.3%
Yellow0.0%
Key (black)11.4%
Color previews
#ada2e2 text on a black background
contrast 9.04:1
Card sample
#ada2e2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2e2;
Background color
Panel with #ada2e2 background
background-color: #ada2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2e2; background: linear-gradient(135deg, #ada2e2, #D8A2E2);