#abbfd7
a light, soft blue · cool · closest name: silver
RGB
171, 191, 215
HSL
213°, 36%, 76%
CMYK
21, 11, 0, 16
Luminance
0.5083
Every format
| HEX | #abbfd7 |
| RGB | rgb(171, 191, 215) |
| HSL | hsl(213, 36%, 76%) |
| CMYK | cmyk(21%, 11%, 0%, 16%) |
| LAB | lab(76.6 -1.7 -14.3) |
| LCH | lch(76.6 14.4 263.2) |
| OKLCH | oklch(0.797 0.041 253.1) |
Copy-ready code
/* CSS */
color: #abbfd7;
background-color: #abbfd7;
/* Tailwind (arbitrary) */
class="text-[#abbfd7] bg-[#abbfd7]"
/* SCSS */
$brand: #abbfd7;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#abbfd7")Accessibility — WCAG contrast
Aa
#abbfd7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfd7 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue84.3%
CMYK percentages
Cyan20.5%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#abbfd7 text on a black background
contrast 11.17:1
Card sample
#abbfd7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfd7;
Background color
Panel with #abbfd7 background
background-color: #abbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfd7; background: linear-gradient(135deg, #abbfd7, #B4ABD7);