#aaafdf
a light, vivid blue · warm · closest name: plum
RGB
170, 175, 223
HSL
234°, 45%, 77%
CMYK
24, 22, 0, 13
Luminance
0.4453
Every format
| HEX | #aaafdf |
| RGB | rgb(170, 175, 223) |
| HSL | hsl(234, 45%, 77%) |
| CMYK | cmyk(24%, 22%, 0%, 13%) |
| LAB | lab(72.6 8.5 -24.7) |
| LCH | lch(72.6 26.1 289.0) |
| OKLCH | oklch(0.767 0.069 280.0) |
Copy-ready code
/* CSS */
color: #aaafdf;
background-color: #aaafdf;
/* Tailwind (arbitrary) */
class="text-[#aaafdf] bg-[#aaafdf]"
/* SCSS */
$brand: #aaafdf;
/* SwiftUI */
Color(red: 0.667, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#aaafdf")Accessibility — WCAG contrast
Aa
#aaafdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaafdf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#aaafdf text on a black background
contrast 9.91:1
Card sample
#aaafdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaafdf;
Background color
Panel with #aaafdf background
background-color: #aaafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaafdf; background: linear-gradient(135deg, #aaafdf, #C8AADF);