#aabcdf
a light, vivid blue · cool · closest name: skyblue
RGB
170, 188, 223
HSL
220°, 45%, 77%
CMYK
24, 16, 0, 13
Luminance
0.4984
Every format
| HEX | #aabcdf |
| RGB | rgb(170, 188, 223) |
| HSL | hsl(220, 45%, 77%) |
| CMYK | cmyk(24%, 16%, 0%, 13%) |
| LAB | lab(76.0 1.4 -19.5) |
| LCH | lch(76.0 19.6 274.1) |
| OKLCH | oklch(0.793 0.054 263.7) |
Copy-ready code
/* CSS */
color: #aabcdf;
background-color: #aabcdf;
/* Tailwind (arbitrary) */
class="text-[#aabcdf] bg-[#aabcdf]"
/* SCSS */
$brand: #aabcdf;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#aabcdf")Accessibility — WCAG contrast
Aa
#aabcdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabcdf on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aabcdf text on a black background
contrast 10.97:1
Card sample
#aabcdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabcdf;
Background color
Panel with #aabcdf background
background-color: #aabcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabcdf; background: linear-gradient(135deg, #aabcdf, #BBAADF);