#aabcfd
a light, electric blue · warm · closest name: skyblue
RGB
170, 188, 253
HSL
227°, 95%, 83%
CMYK
33, 26, 0, 1
Luminance
0.5160
Every format
| HEX | #aabcfd |
| RGB | rgb(170, 188, 253) |
| HSL | hsl(227, 95%, 83%) |
| CMYK | cmyk(33%, 26%, 0%, 1%) |
| LAB | lab(77.0 8.6 -34.1) |
| LCH | lch(77.0 35.1 284.2) |
| OKLCH | oklch(0.805 0.095 272.2) |
Copy-ready code
/* CSS */
color: #aabcfd;
background-color: #aabcfd;
/* Tailwind (arbitrary) */
class="text-[#aabcfd] bg-[#aabcfd]"
/* SCSS */
$brand: #aabcfd;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#aabcfd")Accessibility — WCAG contrast
Aa
#aabcfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabcfd on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#aabcfd text on a black background
contrast 11.32:1
Card sample
#aabcfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabcfd;
Background color
Panel with #aabcfd background
background-color: #aabcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabcfd; background: linear-gradient(135deg, #aabcfd, #CFAAFD);