#aadefc
a light, electric blue · cool · closest name: skyblue
RGB
170, 222, 252
HSL
202°, 93%, 83%
CMYK
33, 12, 0, 1
Luminance
0.6782
Every format
| HEX | #aadefc |
| RGB | rgb(170, 222, 252) |
| HSL | hsl(202, 93%, 83%) |
| CMYK | cmyk(33%, 12%, 0%, 1%) |
| LAB | lab(85.9 -9.7 -20.0) |
| LCH | lch(85.9 22.2 244.0) |
| OKLCH | oklch(0.875 0.068 233.9) |
Copy-ready code
/* CSS */
color: #aadefc;
background-color: #aadefc;
/* Tailwind (arbitrary) */
class="text-[#aadefc] bg-[#aadefc]"
/* SCSS */
$brand: #aadefc;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#aadefc")Accessibility — WCAG contrast
Aa
#aadefc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadefc on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#aadefc text on a black background
contrast 14.56:1
Card sample
#aadefc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadefc;
Background color
Panel with #aadefc background
background-color: #aadefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadefc; background: linear-gradient(135deg, #aadefc, #ADAAFC);