#aac3fd
a light, electric blue · cool · closest name: skyblue
RGB
170, 195, 253
HSL
222°, 95%, 83%
CMYK
33, 23, 0, 1
Luminance
0.5467
Every format
| HEX | #aac3fd |
| RGB | rgb(170, 195, 253) |
| HSL | hsl(222, 95%, 83%) |
| CMYK | cmyk(33%, 23%, 0%, 1%) |
| LAB | lab(78.8 4.8 -31.3) |
| LCH | lch(78.8 31.6 278.8) |
| OKLCH | oklch(0.819 0.087 266.4) |
Copy-ready code
/* CSS */
color: #aac3fd;
background-color: #aac3fd;
/* Tailwind (arbitrary) */
class="text-[#aac3fd] bg-[#aac3fd]"
/* SCSS */
$brand: #aac3fd;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#aac3fd")Accessibility — WCAG contrast
Aa
#aac3fd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac3fd on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#aac3fd text on a black background
contrast 11.93:1
Card sample
#aac3fd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac3fd;
Background color
Panel with #aac3fd background
background-color: #aac3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac3fd; background: linear-gradient(135deg, #aac3fd, #C8AAFD);