#abc8bd
a light, soft green · cool · closest name: silver
RGB
171, 200, 189
HSL
157°, 21%, 73%
CMYK
15, 0, 6, 22
Luminance
0.5364
Every format
| HEX | #abc8bd |
| RGB | rgb(171, 200, 189) |
| HSL | hsl(157, 21%, 73%) |
| CMYK | cmyk(15%, 0%, 6%, 22%) |
| LAB | lab(78.3 -11.9 2.2) |
| LCH | lch(78.3 12.1 169.4) |
| OKLCH | oklch(0.808 0.035 170.5) |
Copy-ready code
/* CSS */
color: #abc8bd;
background-color: #abc8bd;
/* Tailwind (arbitrary) */
class="text-[#abc8bd] bg-[#abc8bd]"
/* SCSS */
$brand: #abc8bd;
/* SwiftUI */
Color(red: 0.671, green: 0.784, blue: 0.741)
/* Android */
Color.parseColor("#abc8bd")Accessibility — WCAG contrast
Aa
#abc8bd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc8bd on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.4%
Blue74.1%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow5.5%
Key (black)21.6%
Color previews
#abc8bd text on a black background
contrast 11.73:1
Card sample
#abc8bd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc8bd;
Background color
Panel with #abc8bd background
background-color: #abc8bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc8bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 200, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 200, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc8bd; background: linear-gradient(135deg, #abc8bd, #ABC0C8);