#ada7d2
a light, soft blue · warm · closest name: plum
RGB
173, 167, 210
HSL
248°, 32%, 74%
CMYK
18, 21, 0, 18
Luminance
0.4117
Every format
| HEX | #ada7d2 |
| RGB | rgb(173, 167, 210) |
| HSL | hsl(248, 32%, 74%) |
| CMYK | cmyk(18%, 21%, 0%, 18%) |
| LAB | lab(70.3 10.9 -21.0) |
| LCH | lch(70.3 23.7 297.4) |
| OKLCH | oklch(0.748 0.062 291.2) |
Copy-ready code
/* CSS */
color: #ada7d2;
background-color: #ada7d2;
/* Tailwind (arbitrary) */
class="text-[#ada7d2] bg-[#ada7d2]"
/* SCSS */
$brand: #ada7d2;
/* SwiftUI */
Color(red: 0.678, green: 0.655, blue: 0.824)
/* Android */
Color.parseColor("#ada7d2")Accessibility — WCAG contrast
Aa
#ada7d2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada7d2 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green65.5%
Blue82.4%
CMYK percentages
Cyan17.6%
Magenta20.5%
Yellow0.0%
Key (black)17.6%
Color previews
#ada7d2 text on a black background
contrast 9.23:1
Card sample
#ada7d2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada7d2;
Background color
Panel with #ada7d2 background
background-color: #ada7d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada7d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 167, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 167, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada7d2; background: linear-gradient(135deg, #ada7d2, #CAA7D2);