#aabdfd
a light, electric blue · warm · closest name: skyblue
RGB
170, 189, 253
HSL
226°, 95%, 83%
CMYK
33, 25, 0, 1
Luminance
0.5203
Every format
| HEX | #aabdfd |
| RGB | rgb(170, 189, 253) |
| HSL | hsl(226, 95%, 83%) |
| CMYK | cmyk(33%, 25%, 0%, 1%) |
| LAB | lab(77.3 8.1 -33.7) |
| LCH | lch(77.3 34.6 283.5) |
| OKLCH | oklch(0.807 0.093 271.4) |
Copy-ready code
/* CSS */
color: #aabdfd;
background-color: #aabdfd;
/* Tailwind (arbitrary) */
class="text-[#aabdfd] bg-[#aabdfd]"
/* SCSS */
$brand: #aabdfd;
/* SwiftUI */
Color(red: 0.667, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#aabdfd")Accessibility — WCAG contrast
Aa
#aabdfd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabdfd on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green74.1%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#aabdfd text on a black background
contrast 11.41:1
Card sample
#aabdfd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabdfd;
Background color
Panel with #aabdfd background
background-color: #aabdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabdfd; background: linear-gradient(135deg, #aabdfd, #CEAAFD);