#abbfd3
a light, soft blue · cool · closest name: silver
RGB
171, 191, 211
HSL
210°, 31%, 75%
CMYK
19, 10, 0, 17
Luminance
0.5062
Every format
| HEX | #abbfd3 |
| RGB | rgb(171, 191, 211) |
| HSL | hsl(210, 31%, 75%) |
| CMYK | cmyk(19%, 10%, 0%, 17%) |
| LAB | lab(76.5 -2.6 -12.3) |
| LCH | lch(76.5 12.6 258.1) |
| OKLCH | oklch(0.796 0.036 248.3) |
Copy-ready code
/* CSS */
color: #abbfd3;
background-color: #abbfd3;
/* Tailwind (arbitrary) */
class="text-[#abbfd3] bg-[#abbfd3]"
/* SCSS */
$brand: #abbfd3;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#abbfd3")Accessibility — WCAG contrast
Aa
#abbfd3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfd3 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue82.7%
CMYK percentages
Cyan19.0%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#abbfd3 text on a black background
contrast 11.12:1
Card sample
#abbfd3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfd3;
Background color
Panel with #abbfd3 background
background-color: #abbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfd3; background: linear-gradient(135deg, #abbfd3, #B2ABD3);