#ada2cf
a light, soft blue · warm · closest name: plum
RGB
173, 162, 207
HSL
255°, 32%, 72%
CMYK
16, 22, 0, 19
Luminance
0.3923
Every format
| HEX | #ada2cf |
| RGB | rgb(173, 162, 207) |
| HSL | hsl(255, 32%, 72%) |
| CMYK | cmyk(16%, 22%, 0%, 19%) |
| LAB | lab(68.9 13.0 -21.5) |
| LCH | lch(68.9 25.1 301.3) |
| OKLCH | oklch(0.737 0.065 296.0) |
Copy-ready code
/* CSS */
color: #ada2cf;
background-color: #ada2cf;
/* Tailwind (arbitrary) */
class="text-[#ada2cf] bg-[#ada2cf]"
/* SCSS */
$brand: #ada2cf;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#ada2cf")Accessibility — WCAG contrast
Aa
#ada2cf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2cf on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ada2cf text on a black background
contrast 8.85:1
Card sample
#ada2cf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2cf;
Background color
Panel with #ada2cf background
background-color: #ada2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2cf; background: linear-gradient(135deg, #ada2cf, #CBA2CF);