#aaddff
a light, electric blue · cool · closest name: skyblue
RGB
170, 221, 255
HSL
204°, 100%, 83%
CMYK
33, 13, 0, 0
Luminance
0.6748
Every format
| HEX | #aaddff |
| RGB | rgb(170, 221, 255) |
| HSL | hsl(204, 100%, 83%) |
| CMYK | cmyk(33%, 13%, 0%, 0%) |
| LAB | lab(85.7 -8.5 -21.8) |
| LCH | lch(85.7 23.4 248.7) |
| OKLCH | oklch(0.874 0.071 237.8) |
Copy-ready code
/* CSS */
color: #aaddff;
background-color: #aaddff;
/* Tailwind (arbitrary) */
class="text-[#aaddff] bg-[#aaddff]"
/* SCSS */
$brand: #aaddff;
/* SwiftUI */
Color(red: 0.667, green: 0.867, blue: 1.000)
/* Android */
Color.parseColor("#aaddff")Accessibility — WCAG contrast
Aa
#aaddff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaddff on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green86.7%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta13.3%
Yellow0.0%
Key (black)0.0%
Color previews
#aaddff text on a black background
contrast 14.50:1
Card sample
#aaddff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaddff;
Background color
Panel with #aaddff background
background-color: #aaddff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaddff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 221, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 221, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaddff; background: linear-gradient(135deg, #aaddff, #B0AAFF);