#aadefa
a light, electric blue · cool · closest name: skyblue
RGB
170, 222, 250
HSL
201°, 89%, 82%
CMYK
32, 11, 0, 2
Luminance
0.6769
Every format
| HEX | #aadefa |
| RGB | rgb(170, 222, 250) |
| HSL | hsl(201, 89%, 82%) |
| CMYK | cmyk(32%, 11%, 0%, 2%) |
| LAB | lab(85.8 -10.2 -19.0) |
| LCH | lch(85.8 21.6 241.8) |
| OKLCH | oklch(0.874 0.066 232.0) |
Copy-ready code
/* CSS */
color: #aadefa;
background-color: #aadefa;
/* Tailwind (arbitrary) */
class="text-[#aadefa] bg-[#aadefa]"
/* SCSS */
$brand: #aadefa;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.980)
/* Android */
Color.parseColor("#aadefa")Accessibility — WCAG contrast
Aa
#aadefa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadefa on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue98.0%
CMYK percentages
Cyan32.0%
Magenta11.2%
Yellow0.0%
Key (black)2.0%
Color previews
#aadefa text on a black background
contrast 14.54:1
Card sample
#aadefa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadefa;
Background color
Panel with #aadefa background
background-color: #aadefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadefa; background: linear-gradient(135deg, #aadefa, #ACAAFA);