#aacdf9
a light, electric blue · cool · closest name: skyblue
RGB
170, 205, 249
HSL
213°, 87%, 82%
CMYK
32, 18, 0, 2
Luminance
0.5905
Every format
| HEX | #aacdf9 |
| RGB | rgb(170, 205, 249) |
| HSL | hsl(213, 87%, 82%) |
| CMYK | cmyk(32%, 18%, 0%, 2%) |
| LAB | lab(81.3 -1.6 -25.4) |
| LCH | lch(81.3 25.4 266.5) |
| OKLCH | oklch(0.838 0.072 254.4) |
Copy-ready code
/* CSS */
color: #aacdf9;
background-color: #aacdf9;
/* Tailwind (arbitrary) */
class="text-[#aacdf9] bg-[#aacdf9]"
/* SCSS */
$brand: #aacdf9;
/* SwiftUI */
Color(red: 0.667, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#aacdf9")Accessibility — WCAG contrast
Aa
#aacdf9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacdf9 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.4%
Blue97.6%
CMYK percentages
Cyan31.7%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#aacdf9 text on a black background
contrast 12.81:1
Card sample
#aacdf9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacdf9;
Background color
Panel with #aacdf9 background
background-color: #aacdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacdf9; background: linear-gradient(135deg, #aacdf9, #BCAAF9);