#aac0fd
a light, electric blue · cool · closest name: skyblue
RGB
170, 192, 253
HSL
224°, 95%, 83%
CMYK
33, 24, 0, 1
Luminance
0.5334
Every format
| HEX | #aac0fd |
| RGB | rgb(170, 192, 253) |
| HSL | hsl(224, 95%, 83%) |
| CMYK | cmyk(33%, 24%, 0%, 1%) |
| LAB | lab(78.1 6.5 -32.5) |
| LCH | lch(78.1 33.1 281.2) |
| OKLCH | oklch(0.813 0.090 269.0) |
Copy-ready code
/* CSS */
color: #aac0fd;
background-color: #aac0fd;
/* Tailwind (arbitrary) */
class="text-[#aac0fd] bg-[#aac0fd]"
/* SCSS */
$brand: #aac0fd;
/* SwiftUI */
Color(red: 0.667, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#aac0fd")Accessibility — WCAG contrast
Aa
#aac0fd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac0fd on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.3%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#aac0fd text on a black background
contrast 11.67:1
Card sample
#aac0fd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac0fd;
Background color
Panel with #aac0fd background
background-color: #aac0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac0fd; background: linear-gradient(135deg, #aac0fd, #CBAAFD);