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