#aaccf6
a light, electric blue · cool · closest name: skyblue
RGB
170, 204, 246
HSL
213°, 81%, 82%
CMYK
31, 17, 0, 4
Luminance
0.5839
Every format
| HEX | #aaccf6 |
| RGB | rgb(170, 204, 246) |
| HSL | hsl(213, 81%, 82%) |
| CMYK | cmyk(31%, 17%, 0%, 4%) |
| LAB | lab(81.0 -1.7 -24.3) |
| LCH | lch(81.0 24.4 265.9) |
| OKLCH | oklch(0.835 0.070 253.9) |
Copy-ready code
/* CSS */
color: #aaccf6;
background-color: #aaccf6;
/* Tailwind (arbitrary) */
class="text-[#aaccf6] bg-[#aaccf6]"
/* SCSS */
$brand: #aaccf6;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#aaccf6")Accessibility — WCAG contrast
Aa
#aaccf6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaccf6 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue96.5%
CMYK percentages
Cyan30.9%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#aaccf6 text on a black background
contrast 12.68:1
Card sample
#aaccf6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaccf6;
Background color
Panel with #aaccf6 background
background-color: #aaccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaccf6; background: linear-gradient(135deg, #aaccf6, #BBAAF6);