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