#abbddf
a light, soft blue · cool · closest name: skyblue
RGB
171, 189, 223
HSL
219°, 45%, 77%
CMYK
23, 15, 0, 13
Luminance
0.5038
Every format
| HEX | #abbddf |
| RGB | rgb(171, 189, 223) |
| HSL | hsl(219, 45%, 77%) |
| CMYK | cmyk(23%, 15%, 0%, 13%) |
| LAB | lab(76.3 1.2 -19.0) |
| LCH | lch(76.3 19.1 273.5) |
| OKLCH | oklch(0.796 0.052 263.1) |
Copy-ready code
/* CSS */
color: #abbddf;
background-color: #abbddf;
/* Tailwind (arbitrary) */
class="text-[#abbddf] bg-[#abbddf]"
/* SCSS */
$brand: #abbddf;
/* SwiftUI */
Color(red: 0.671, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#abbddf")Accessibility — WCAG contrast
Aa
#abbddf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbddf on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#abbddf text on a black background
contrast 11.08:1
Card sample
#abbddf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbddf;
Background color
Panel with #abbddf background
background-color: #abbddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbddf; background: linear-gradient(135deg, #abbddf, #BCABDF);