#aadef2
a light, vivid cyan · cool · closest name: skyblue
RGB
170, 222, 242
HSL
197°, 74%, 81%
CMYK
30, 8, 0, 5
Luminance
0.6720
Every format
| HEX | #aadef2 |
| RGB | rgb(170, 222, 242) |
| HSL | hsl(197, 74%, 81%) |
| CMYK | cmyk(30%, 8%, 0%, 5%) |
| LAB | lab(85.6 -12.1 -15.2) |
| LCH | lch(85.6 19.4 231.4) |
| OKLCH | oklch(0.871 0.060 223.5) |
Copy-ready code
/* CSS */
color: #aadef2;
background-color: #aadef2;
/* Tailwind (arbitrary) */
class="text-[#aadef2] bg-[#aadef2]"
/* SCSS */
$brand: #aadef2;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#aadef2")Accessibility — WCAG contrast
Aa
#aadef2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadef2 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue94.9%
CMYK percentages
Cyan29.8%
Magenta8.3%
Yellow0.0%
Key (black)5.1%
Color previews
#aadef2 text on a black background
contrast 14.44:1
Card sample
#aadef2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadef2;
Background color
Panel with #aadef2 background
background-color: #aadef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadef2; background: linear-gradient(135deg, #aadef2, #AAAEF2);