#adaade
a light, soft blue · warm · closest name: plum
RGB
173, 170, 222
HSL
244°, 44%, 77%
CMYK
22, 23, 0, 13
Luminance
0.4291
Every format
| HEX | #adaade |
| RGB | rgb(173, 170, 222) |
| HSL | hsl(244, 44%, 77%) |
| CMYK | cmyk(22%, 23%, 0%, 13%) |
| LAB | lab(71.5 12.0 -25.8) |
| LCH | lch(71.5 28.4 294.9) |
| OKLCH | oklch(0.759 0.074 287.1) |
Copy-ready code
/* CSS */
color: #adaade;
background-color: #adaade;
/* Tailwind (arbitrary) */
class="text-[#adaade] bg-[#adaade]"
/* SCSS */
$brand: #adaade;
/* SwiftUI */
Color(red: 0.678, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#adaade")Accessibility — WCAG contrast
Aa
#adaade on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaade on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green66.7%
Blue87.1%
CMYK percentages
Cyan22.1%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#adaade text on a black background
contrast 9.58:1
Card sample
#adaade text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaade;
Background color
Panel with #adaade background
background-color: #adaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaade; background: linear-gradient(135deg, #adaade, #D0AADE);