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