#ada2d3
a light, soft blue · warm · closest name: plum
RGB
173, 162, 211
HSL
254°, 36%, 73%
CMYK
18, 23, 0, 17
Luminance
0.3943
Every format
| HEX | #ada2d3 |
| RGB | rgb(173, 162, 211) |
| HSL | hsl(254, 36%, 73%) |
| CMYK | cmyk(18%, 23%, 0%, 17%) |
| LAB | lab(69.1 13.9 -23.5) |
| LCH | lch(69.1 27.3 300.7) |
| OKLCH | oklch(0.739 0.071 294.9) |
Copy-ready code
/* CSS */
color: #ada2d3;
background-color: #ada2d3;
/* Tailwind (arbitrary) */
class="text-[#ada2d3] bg-[#ada2d3]"
/* SCSS */
$brand: #ada2d3;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.827)
/* Android */
Color.parseColor("#ada2d3")Accessibility — WCAG contrast
Aa
#ada2d3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2d3 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue82.7%
CMYK percentages
Cyan18.0%
Magenta23.2%
Yellow0.0%
Key (black)17.3%
Color previews
#ada2d3 text on a black background
contrast 8.89:1
Card sample
#ada2d3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2d3;
Background color
Panel with #ada2d3 background
background-color: #ada2d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2d3; background: linear-gradient(135deg, #ada2d3, #CEA2D3);