#aadafc
a light, electric blue · cool · closest name: skyblue
RGB
170, 218, 252
HSL
205°, 93%, 83%
CMYK
33, 14, 0, 1
Luminance
0.6572
Every format
| HEX | #aadafc |
| RGB | rgb(170, 218, 252) |
| HSL | hsl(205, 93%, 83%) |
| CMYK | cmyk(33%, 14%, 0%, 1%) |
| LAB | lab(84.8 -7.7 -21.6) |
| LCH | lch(84.8 22.9 250.5) |
| OKLCH | oklch(0.866 0.069 239.4) |
Copy-ready code
/* CSS */
color: #aadafc;
background-color: #aadafc;
/* Tailwind (arbitrary) */
class="text-[#aadafc] bg-[#aadafc]"
/* SCSS */
$brand: #aadafc;
/* SwiftUI */
Color(red: 0.667, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#aadafc")Accessibility — WCAG contrast
Aa
#aadafc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadafc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green85.5%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#aadafc text on a black background
contrast 14.14:1
Card sample
#aadafc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadafc;
Background color
Panel with #aadafc background
background-color: #aadafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadafc; background: linear-gradient(135deg, #aadafc, #B0AAFC);