#ada2d4
a light, soft blue · warm · closest name: plum
RGB
173, 162, 212
HSL
253°, 37%, 73%
CMYK
18, 24, 0, 17
Luminance
0.3948
Every format
| HEX | #ada2d4 |
| RGB | rgb(173, 162, 212) |
| HSL | hsl(253, 37%, 73%) |
| CMYK | cmyk(18%, 24%, 0%, 17%) |
| LAB | lab(69.1 14.2 -24.0) |
| LCH | lch(69.1 27.8 300.6) |
| OKLCH | oklch(0.739 0.072 294.7) |
Copy-ready code
/* CSS */
color: #ada2d4;
background-color: #ada2d4;
/* Tailwind (arbitrary) */
class="text-[#ada2d4] bg-[#ada2d4]"
/* SCSS */
$brand: #ada2d4;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.831)
/* Android */
Color.parseColor("#ada2d4")Accessibility — WCAG contrast
Aa
#ada2d4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2d4 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue83.1%
CMYK percentages
Cyan18.4%
Magenta23.6%
Yellow0.0%
Key (black)16.9%
Color previews
#ada2d4 text on a black background
contrast 8.90:1
Card sample
#ada2d4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2d4;
Background color
Panel with #ada2d4 background
background-color: #ada2d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2d4; background: linear-gradient(135deg, #ada2d4, #CEA2D4);