#ada0cf
a light, soft violet · warm · closest name: plum
RGB
173, 160, 207
HSL
257°, 33%, 72%
CMYK
16, 23, 0, 19
Luminance
0.3853
Every format
| HEX | #ada0cf |
| RGB | rgb(173, 160, 207) |
| HSL | hsl(257, 33%, 72%) |
| CMYK | cmyk(16%, 23%, 0%, 19%) |
| LAB | lab(68.4 14.2 -22.3) |
| LCH | lch(68.4 26.4 302.4) |
| OKLCH | oklch(0.733 0.068 297.4) |
Copy-ready code
/* CSS */
color: #ada0cf;
background-color: #ada0cf;
/* Tailwind (arbitrary) */
class="text-[#ada0cf] bg-[#ada0cf]"
/* SCSS */
$brand: #ada0cf;
/* SwiftUI */
Color(red: 0.678, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#ada0cf")Accessibility — WCAG contrast
Aa
#ada0cf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada0cf on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.7%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ada0cf text on a black background
contrast 8.71:1
Card sample
#ada0cf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada0cf;
Background color
Panel with #ada0cf background
background-color: #ada0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada0cf; background: linear-gradient(135deg, #ada0cf, #CCA0CF);