#aaccee
a light, vivid blue · cool · closest name: skyblue
RGB
170, 204, 238
HSL
210°, 67%, 80%
CMYK
29, 14, 0, 7
Luminance
0.5790
Every format
| HEX | #aaccee |
| RGB | rgb(170, 204, 238) |
| HSL | hsl(210, 67%, 80%) |
| CMYK | cmyk(29%, 14%, 0%, 7%) |
| LAB | lab(80.7 -3.7 -20.5) |
| LCH | lch(80.7 20.8 259.9) |
| OKLCH | oklch(0.832 0.060 248.6) |
Copy-ready code
/* CSS */
color: #aaccee;
background-color: #aaccee;
/* Tailwind (arbitrary) */
class="text-[#aaccee] bg-[#aaccee]"
/* SCSS */
$brand: #aaccee;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#aaccee")Accessibility — WCAG contrast
Aa
#aaccee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaccee on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#aaccee text on a black background
contrast 12.58:1
Card sample
#aaccee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaccee;
Background color
Panel with #aaccee background
background-color: #aaccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaccee; background: linear-gradient(135deg, #aaccee, #B5AAEE);