#ada3d6
a light, soft blue · warm · closest name: plum
RGB
173, 163, 214
HSL
252°, 38%, 74%
CMYK
19, 24, 0, 16
Luminance
0.3993
Every format
| HEX | #ada3d6 |
| RGB | rgb(173, 163, 214) |
| HSL | hsl(252, 38%, 74%) |
| CMYK | cmyk(19%, 24%, 0%, 16%) |
| LAB | lab(69.4 14.0 -24.6) |
| LCH | lch(69.4 28.3 299.7) |
| OKLCH | oklch(0.742 0.073 293.5) |
Copy-ready code
/* CSS */
color: #ada3d6;
background-color: #ada3d6;
/* Tailwind (arbitrary) */
class="text-[#ada3d6] bg-[#ada3d6]"
/* SCSS */
$brand: #ada3d6;
/* SwiftUI */
Color(red: 0.678, green: 0.639, blue: 0.839)
/* Android */
Color.parseColor("#ada3d6")Accessibility — WCAG contrast
Aa
#ada3d6 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada3d6 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.9%
Blue83.9%
CMYK percentages
Cyan19.2%
Magenta23.8%
Yellow0.0%
Key (black)16.1%
Color previews
#ada3d6 text on a black background
contrast 8.99:1
Card sample
#ada3d6 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada3d6;
Background color
Panel with #ada3d6 background
background-color: #ada3d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada3d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 163, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 163, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada3d6; background: linear-gradient(135deg, #ada3d6, #CFA3D6);