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