#aabfdf
a light, vivid blue · cool · closest name: skyblue
RGB
170, 191, 223
HSL
216°, 45%, 77%
CMYK
24, 14, 0, 13
Luminance
0.5114
Every format
| HEX | #aabfdf |
| RGB | rgb(170, 191, 223) |
| HSL | hsl(216, 45%, 77%) |
| CMYK | cmyk(24%, 14%, 0%, 13%) |
| LAB | lab(76.8 -0.2 -18.3) |
| LCH | lch(76.8 18.3 269.3) |
| OKLCH | oklch(0.799 0.051 258.7) |
Copy-ready code
/* CSS */
color: #aabfdf;
background-color: #aabfdf;
/* Tailwind (arbitrary) */
class="text-[#aabfdf] bg-[#aabfdf]"
/* SCSS */
$brand: #aabfdf;
/* SwiftUI */
Color(red: 0.667, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#aabfdf")Accessibility — WCAG contrast
Aa
#aabfdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabfdf on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green74.9%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aabfdf text on a black background
contrast 11.23:1
Card sample
#aabfdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabfdf;
Background color
Panel with #aabfdf background
background-color: #aabfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabfdf; background: linear-gradient(135deg, #aabfdf, #B8AADF);