#abbac8
a light, soft blue · cool · closest name: silver
RGB
171, 186, 200
HSL
209°, 21%, 73%
CMYK
15, 7, 0, 22
Luminance
0.4795
Every format
| HEX | #abbac8 |
| RGB | rgb(171, 186, 200) |
| HSL | hsl(209, 21%, 73%) |
| CMYK | cmyk(15%, 7%, 0%, 22%) |
| LAB | lab(74.8 -2.3 -8.8) |
| LCH | lch(74.8 9.1 255.4) |
| OKLCH | oklch(0.782 0.026 246.3) |
Copy-ready code
/* CSS */
color: #abbac8;
background-color: #abbac8;
/* Tailwind (arbitrary) */
class="text-[#abbac8] bg-[#abbac8]"
/* SCSS */
$brand: #abbac8;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.784)
/* Android */
Color.parseColor("#abbac8")Accessibility — WCAG contrast
Aa
#abbac8 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbac8 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue78.4%
CMYK percentages
Cyan14.5%
Magenta7.0%
Yellow0.0%
Key (black)21.6%
Color previews
#abbac8 text on a black background
contrast 10.59:1
Card sample
#abbac8 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbac8;
Background color
Panel with #abbac8 background
background-color: #abbac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbac8; background: linear-gradient(135deg, #abbac8, #AFABC8);