#ada2cc
a light, soft violet · warm · closest name: plum
RGB
173, 162, 204
HSL
256°, 29%, 72%
CMYK
15, 21, 0, 20
Luminance
0.3908
Every format
| HEX | #ada2cc |
| RGB | rgb(173, 162, 204) |
| HSL | hsl(256, 29%, 72%) |
| CMYK | cmyk(15%, 21%, 0%, 20%) |
| LAB | lab(68.8 12.4 -20.0) |
| LCH | lch(68.8 23.5 301.8) |
| OKLCH | oklch(0.736 0.061 296.9) |
Copy-ready code
/* CSS */
color: #ada2cc;
background-color: #ada2cc;
/* Tailwind (arbitrary) */
class="text-[#ada2cc] bg-[#ada2cc]"
/* SCSS */
$brand: #ada2cc;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.800)
/* Android */
Color.parseColor("#ada2cc")Accessibility — WCAG contrast
Aa
#ada2cc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2cc on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue80.0%
CMYK percentages
Cyan15.2%
Magenta20.6%
Yellow0.0%
Key (black)20.0%
Color previews
#ada2cc text on a black background
contrast 8.82:1
Card sample
#ada2cc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2cc;
Background color
Panel with #ada2cc background
background-color: #ada2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2cc; background: linear-gradient(135deg, #ada2cc, #C9A2CC);