#aacefe
a light, electric blue · cool · closest name: skyblue
RGB
170, 206, 254
HSL
214°, 98%, 83%
CMYK
33, 19, 0, 0
Luminance
0.5984
Every format
| HEX | #aacefe |
| RGB | rgb(170, 206, 254) |
| HSL | hsl(214, 98%, 83%) |
| CMYK | cmyk(33%, 19%, 0%, 0%) |
| LAB | lab(81.8 -0.8 -27.4) |
| LCH | lch(81.8 27.4 268.2) |
| OKLCH | oklch(0.842 0.078 255.7) |
Copy-ready code
/* CSS */
color: #aacefe;
background-color: #aacefe;
/* Tailwind (arbitrary) */
class="text-[#aacefe] bg-[#aacefe]"
/* SCSS */
$brand: #aacefe;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#aacefe")Accessibility — WCAG contrast
Aa
#aacefe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacefe on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue99.6%
CMYK percentages
Cyan33.1%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#aacefe text on a black background
contrast 12.97:1
Card sample
#aacefe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacefe;
Background color
Panel with #aacefe background
background-color: #aacefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacefe; background: linear-gradient(135deg, #aacefe, #BEAAFE);