#abbfd2
a light, soft blue · cool · closest name: silver
RGB
171, 191, 210
HSL
209°, 30%, 75%
CMYK
19, 9, 0, 18
Luminance
0.5057
Every format
| HEX | #abbfd2 |
| RGB | rgb(171, 191, 210) |
| HSL | hsl(209, 30%, 75%) |
| CMYK | cmyk(19%, 9%, 0%, 18%) |
| LAB | lab(76.4 -2.8 -11.8) |
| LCH | lch(76.4 12.1 256.6) |
| OKLCH | oklch(0.795 0.035 246.9) |
Copy-ready code
/* CSS */
color: #abbfd2;
background-color: #abbfd2;
/* Tailwind (arbitrary) */
class="text-[#abbfd2] bg-[#abbfd2]"
/* SCSS */
$brand: #abbfd2;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#abbfd2")Accessibility — WCAG contrast
Aa
#abbfd2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfd2 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue82.4%
CMYK percentages
Cyan18.6%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#abbfd2 text on a black background
contrast 11.11:1
Card sample
#abbfd2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfd2;
Background color
Panel with #abbfd2 background
background-color: #abbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfd2; background: linear-gradient(135deg, #abbfd2, #B1ABD2);