#aacefc
a light, electric blue · cool · closest name: skyblue
RGB
170, 206, 252
HSL
214°, 93%, 83%
CMYK
33, 18, 0, 1
Luminance
0.5972
Every format
| HEX | #aacefc |
| RGB | rgb(170, 206, 252) |
| HSL | hsl(214, 93%, 83%) |
| CMYK | cmyk(33%, 18%, 0%, 1%) |
| LAB | lab(81.7 -1.4 -26.4) |
| LCH | lch(81.7 26.4 267.1) |
| OKLCH | oklch(0.841 0.075 254.7) |
Copy-ready code
/* CSS */
color: #aacefc;
background-color: #aacefc;
/* Tailwind (arbitrary) */
class="text-[#aacefc] bg-[#aacefc]"
/* SCSS */
$brand: #aacefc;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#aacefc")Accessibility — WCAG contrast
Aa
#aacefc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacefc on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue98.8%
CMYK percentages
Cyan32.5%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#aacefc text on a black background
contrast 12.94:1
Card sample
#aacefc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacefc;
Background color
Panel with #aacefc background
background-color: #aacefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacefc; background: linear-gradient(135deg, #aacefc, #BDAAFC);