#aac7fd
a light, electric blue · cool · closest name: skyblue
RGB
170, 199, 253
HSL
219°, 95%, 83%
CMYK
33, 21, 0, 1
Luminance
0.5648
Every format
| HEX | #aac7fd |
| RGB | rgb(170, 199, 253) |
| HSL | hsl(219, 95%, 83%) |
| CMYK | cmyk(33%, 21%, 0%, 1%) |
| LAB | lab(79.9 2.6 -29.7) |
| LCH | lch(79.9 29.8 275.1) |
| OKLCH | oklch(0.827 0.083 262.7) |
Copy-ready code
/* CSS */
color: #aac7fd;
background-color: #aac7fd;
/* Tailwind (arbitrary) */
class="text-[#aac7fd] bg-[#aac7fd]"
/* SCSS */
$brand: #aac7fd;
/* SwiftUI */
Color(red: 0.667, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#aac7fd")Accessibility — WCAG contrast
Aa
#aac7fd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac7fd on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green78.0%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#aac7fd text on a black background
contrast 12.30:1
Card sample
#aac7fd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac7fd;
Background color
Panel with #aac7fd background
background-color: #aac7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac7fd; background: linear-gradient(135deg, #aac7fd, #C4AAFD);