#aacbfd
a light, electric blue · cool · closest name: skyblue
RGB
170, 203, 253
HSL
216°, 95%, 83%
CMYK
33, 20, 0, 1
Luminance
0.5835
Every format
| HEX | #aacbfd |
| RGB | rgb(170, 203, 253) |
| HSL | hsl(216, 95%, 83%) |
| CMYK | cmyk(33%, 20%, 0%, 1%) |
| LAB | lab(80.9 0.5 -28.1) |
| LCH | lch(80.9 28.1 271.0) |
| OKLCH | oklch(0.836 0.079 258.6) |
Copy-ready code
/* CSS */
color: #aacbfd;
background-color: #aacbfd;
/* Tailwind (arbitrary) */
class="text-[#aacbfd] bg-[#aacbfd]"
/* SCSS */
$brand: #aacbfd;
/* SwiftUI */
Color(red: 0.667, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#aacbfd")Accessibility — WCAG contrast
Aa
#aacbfd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacbfd on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#aacbfd text on a black background
contrast 12.67:1
Card sample
#aacbfd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacbfd;
Background color
Panel with #aacbfd background
background-color: #aacbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacbfd; background: linear-gradient(135deg, #aacbfd, #C0AAFD);