#adaee2
a light, vivid blue · warm · closest name: plum
RGB
173, 174, 226
HSL
239°, 48%, 78%
CMYK
24, 23, 0, 11
Luminance
0.4465
Every format
| HEX | #adaee2 |
| RGB | rgb(173, 174, 226) |
| HSL | hsl(239, 48%, 78%) |
| CMYK | cmyk(24%, 23%, 0%, 11%) |
| LAB | lab(72.7 10.7 -26.2) |
| LCH | lch(72.7 28.3 292.2) |
| OKLCH | oklch(0.768 0.074 283.7) |
Copy-ready code
/* CSS */
color: #adaee2;
background-color: #adaee2;
/* Tailwind (arbitrary) */
class="text-[#adaee2] bg-[#adaee2]"
/* SCSS */
$brand: #adaee2;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.886)
/* Android */
Color.parseColor("#adaee2")Accessibility — WCAG contrast
Aa
#adaee2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaee2 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue88.6%
CMYK percentages
Cyan23.5%
Magenta23.0%
Yellow0.0%
Key (black)11.4%
Color previews
#adaee2 text on a black background
contrast 9.93:1
Card sample
#adaee2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaee2;
Background color
Panel with #adaee2 background
background-color: #adaee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaee2; background: linear-gradient(135deg, #adaee2, #CFADE2);