#aad4f6
a light, electric blue · cool · closest name: skyblue
RGB
170, 212, 246
HSL
207°, 81%, 82%
CMYK
31, 14, 0, 4
Luminance
0.6229
Every format
| HEX | #aad4f6 |
| RGB | rgb(170, 212, 246) |
| HSL | hsl(207, 81%, 82%) |
| CMYK | cmyk(31%, 14%, 0%, 4%) |
| LAB | lab(83.1 -6.0 -21.1) |
| LCH | lch(83.1 21.9 254.2) |
| OKLCH | oklch(0.852 0.065 243.0) |
Copy-ready code
/* CSS */
color: #aad4f6;
background-color: #aad4f6;
/* Tailwind (arbitrary) */
class="text-[#aad4f6] bg-[#aad4f6]"
/* SCSS */
$brand: #aad4f6;
/* SwiftUI */
Color(red: 0.667, green: 0.831, blue: 0.965)
/* Android */
Color.parseColor("#aad4f6")Accessibility — WCAG contrast
Aa
#aad4f6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad4f6 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green83.1%
Blue96.5%
CMYK percentages
Cyan30.9%
Magenta13.8%
Yellow0.0%
Key (black)3.5%
Color previews
#aad4f6 text on a black background
contrast 13.46:1
Card sample
#aad4f6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad4f6;
Background color
Panel with #aad4f6 background
background-color: #aad4f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad4f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 212, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 212, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad4f6; background: linear-gradient(135deg, #aad4f6, #B3AAF6);