#adaeee
a light, vivid blue · warm · closest name: plum
RGB
173, 174, 238
HSL
239°, 66%, 81%
CMYK
27, 27, 0, 7
Luminance
0.4533
Every format
| HEX | #adaeee |
| RGB | rgb(173, 174, 238) |
| HSL | hsl(239, 66%, 81%) |
| CMYK | cmyk(27%, 27%, 0%, 7%) |
| LAB | lab(73.1 13.5 -32.0) |
| LCH | lch(73.1 34.8 292.9) |
| OKLCH | oklch(0.773 0.091 283.4) |
Copy-ready code
/* CSS */
color: #adaeee;
background-color: #adaeee;
/* Tailwind (arbitrary) */
class="text-[#adaeee] bg-[#adaeee]"
/* SCSS */
$brand: #adaeee;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#adaeee")Accessibility — WCAG contrast
Aa
#adaeee on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaeee on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#adaeee text on a black background
contrast 10.07:1
Card sample
#adaeee text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaeee;
Background color
Panel with #adaeee background
background-color: #adaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaeee; background: linear-gradient(135deg, #adaeee, #D7ADEE);