#ada2d2
a light, soft blue · warm · closest name: plum
RGB
173, 162, 210
HSL
254°, 35%, 73%
CMYK
18, 23, 0, 18
Luminance
0.3938
Every format
| HEX | #ada2d2 |
| RGB | rgb(173, 162, 210) |
| HSL | hsl(254, 35%, 73%) |
| CMYK | cmyk(18%, 23%, 0%, 18%) |
| LAB | lab(69.0 13.7 -23.0) |
| LCH | lch(69.0 26.8 300.8) |
| OKLCH | oklch(0.738 0.069 295.2) |
Copy-ready code
/* CSS */
color: #ada2d2;
background-color: #ada2d2;
/* Tailwind (arbitrary) */
class="text-[#ada2d2] bg-[#ada2d2]"
/* SCSS */
$brand: #ada2d2;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.824)
/* Android */
Color.parseColor("#ada2d2")Accessibility — WCAG contrast
Aa
#ada2d2 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2d2 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue82.4%
CMYK percentages
Cyan17.6%
Magenta22.9%
Yellow0.0%
Key (black)17.6%
Color previews
#ada2d2 text on a black background
contrast 8.88:1
Card sample
#ada2d2 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2d2;
Background color
Panel with #ada2d2 background
background-color: #ada2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2d2; background: linear-gradient(135deg, #ada2d2, #CDA2D2);