#ada7cf
a light, soft blue · warm · closest name: plum
RGB
173, 167, 207
HSL
249°, 29%, 73%
CMYK
16, 19, 0, 19
Luminance
0.4103
Every format
| HEX | #ada7cf |
| RGB | rgb(173, 167, 207) |
| HSL | hsl(249, 29%, 73%) |
| CMYK | cmyk(16%, 19%, 0%, 19%) |
| LAB | lab(70.2 10.3 -19.5) |
| LCH | lch(70.2 22.1 297.7) |
| OKLCH | oklch(0.747 0.057 291.8) |
Copy-ready code
/* CSS */
color: #ada7cf;
background-color: #ada7cf;
/* Tailwind (arbitrary) */
class="text-[#ada7cf] bg-[#ada7cf]"
/* SCSS */
$brand: #ada7cf;
/* SwiftUI */
Color(red: 0.678, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#ada7cf")Accessibility — WCAG contrast
Aa
#ada7cf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada7cf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green65.5%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ada7cf text on a black background
contrast 9.21:1
Card sample
#ada7cf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada7cf;
Background color
Panel with #ada7cf background
background-color: #ada7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada7cf; background: linear-gradient(135deg, #ada7cf, #C8A7CF);