#aaadef
a light, vivid blue · warm · closest name: plum
RGB
170, 173, 239
HSL
237°, 68%, 80%
CMYK
29, 28, 0, 6
Luminance
0.4467
Every format
| HEX | #aaadef |
| RGB | rgb(170, 173, 239) |
| HSL | hsl(237, 68%, 80%) |
| CMYK | cmyk(29%, 28%, 0%, 6%) |
| LAB | lab(72.7 13.5 -33.3) |
| LCH | lch(72.7 35.9 292.0) |
| OKLCH | oklch(0.769 0.094 281.9) |
Copy-ready code
/* CSS */
color: #aaadef;
background-color: #aaadef;
/* Tailwind (arbitrary) */
class="text-[#aaadef] bg-[#aaadef]"
/* SCSS */
$brand: #aaadef;
/* SwiftUI */
Color(red: 0.667, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#aaadef")Accessibility — WCAG contrast
Aa
#aaadef on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaadef on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan28.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#aaadef text on a black background
contrast 9.93:1
Card sample
#aaadef text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaadef;
Background color
Panel with #aaadef background
background-color: #aaadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaadef; background: linear-gradient(135deg, #aaadef, #D5AAEF);