#aacafc
a light, electric blue · cool · closest name: skyblue
RGB
170, 202, 252
HSL
217°, 93%, 83%
CMYK
33, 20, 0, 1
Luminance
0.5782
Every format
| HEX | #aacafc |
| RGB | rgb(170, 202, 252) |
| HSL | hsl(217, 93%, 83%) |
| CMYK | cmyk(33%, 20%, 0%, 1%) |
| LAB | lab(80.6 0.8 -28.0) |
| LCH | lch(80.6 28.0 271.6) |
| OKLCH | oklch(0.833 0.079 259.2) |
Copy-ready code
/* CSS */
color: #aacafc;
background-color: #aacafc;
/* Tailwind (arbitrary) */
class="text-[#aacafc] bg-[#aacafc]"
/* SCSS */
$brand: #aacafc;
/* SwiftUI */
Color(red: 0.667, green: 0.792, blue: 0.988)
/* Android */
Color.parseColor("#aacafc")Accessibility — WCAG contrast
Aa
#aacafc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacafc on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green79.2%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta19.8%
Yellow0.0%
Key (black)1.2%
Color previews
#aacafc text on a black background
contrast 12.56:1
Card sample
#aacafc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacafc;
Background color
Panel with #aacafc background
background-color: #aacafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 202, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 202, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacafc; background: linear-gradient(135deg, #aacafc, #C1AAFC);