#aaccf2
a light, vivid blue · cool · closest name: skyblue
RGB
170, 204, 242
HSL
212°, 74%, 81%
CMYK
30, 16, 0, 5
Luminance
0.5814
Every format
| HEX | #aaccf2 |
| RGB | rgb(170, 204, 242) |
| HSL | hsl(212, 74%, 81%) |
| CMYK | cmyk(30%, 16%, 0%, 5%) |
| LAB | lab(80.8 -2.7 -22.4) |
| LCH | lch(80.8 22.6 263.1) |
| OKLCH | oklch(0.833 0.065 251.4) |
Copy-ready code
/* CSS */
color: #aaccf2;
background-color: #aaccf2;
/* Tailwind (arbitrary) */
class="text-[#aaccf2] bg-[#aaccf2]"
/* SCSS */
$brand: #aaccf2;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#aaccf2")Accessibility — WCAG contrast
Aa
#aaccf2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaccf2 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue94.9%
CMYK percentages
Cyan29.8%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#aaccf2 text on a black background
contrast 12.63:1
Card sample
#aaccf2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaccf2;
Background color
Panel with #aaccf2 background
background-color: #aaccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaccf2; background: linear-gradient(135deg, #aaccf2, #B8AAF2);