#aadefe
a light, electric blue · cool · closest name: skyblue
RGB
170, 222, 254
HSL
203°, 98%, 83%
CMYK
33, 13, 0, 0
Luminance
0.6794
Every format
| HEX | #aadefe |
| RGB | rgb(170, 222, 254) |
| HSL | hsl(203, 98%, 83%) |
| CMYK | cmyk(33%, 13%, 0%, 0%) |
| LAB | lab(86.0 -9.3 -20.9) |
| LCH | lch(86.0 22.9 246.2) |
| OKLCH | oklch(0.875 0.070 235.6) |
Copy-ready code
/* CSS */
color: #aadefe;
background-color: #aadefe;
/* Tailwind (arbitrary) */
class="text-[#aadefe] bg-[#aadefe]"
/* SCSS */
$brand: #aadefe;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.996)
/* Android */
Color.parseColor("#aadefe")Accessibility — WCAG contrast
Aa
#aadefe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadefe on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue99.6%
CMYK percentages
Cyan33.1%
Magenta12.6%
Yellow0.0%
Key (black)0.4%
Color previews
#aadefe text on a black background
contrast 14.59:1
Card sample
#aadefe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadefe;
Background color
Panel with #aadefe background
background-color: #aadefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadefe; background: linear-gradient(135deg, #aadefe, #AEAAFE);