#adaadc
a light, soft blue · warm · closest name: plum
RGB
173, 170, 220
HSL
244°, 42%, 77%
CMYK
21, 23, 0, 14
Luminance
0.4280
Every format
| HEX | #adaadc |
| RGB | rgb(173, 170, 220) |
| HSL | hsl(244, 42%, 77%) |
| CMYK | cmyk(21%, 23%, 0%, 14%) |
| LAB | lab(71.4 11.5 -24.8) |
| LCH | lch(71.4 27.4 294.9) |
| OKLCH | oklch(0.758 0.071 287.3) |
Copy-ready code
/* CSS */
color: #adaadc;
background-color: #adaadc;
/* Tailwind (arbitrary) */
class="text-[#adaadc] bg-[#adaadc]"
/* SCSS */
$brand: #adaadc;
/* SwiftUI */
Color(red: 0.678, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#adaadc")Accessibility — WCAG contrast
Aa
#adaadc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaadc on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green66.7%
Blue86.3%
CMYK percentages
Cyan21.4%
Magenta22.7%
Yellow0.0%
Key (black)13.7%
Color previews
#adaadc text on a black background
contrast 9.56:1
Card sample
#adaadc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaadc;
Background color
Panel with #adaadc background
background-color: #adaadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaadc; background: linear-gradient(135deg, #adaadc, #CEAADC);