#abc7ba
a light, soft green · cool · closest name: silver
RGB
171, 199, 186
HSL
152°, 20%, 73%
CMYK
14, 0, 7, 22
Luminance
0.5305
Every format
| HEX | #abc7ba |
| RGB | rgb(171, 199, 186) |
| HSL | hsl(152, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 7%, 22%) |
| LAB | lab(77.9 -12.0 3.3) |
| LCH | lch(77.9 12.4 164.4) |
| OKLCH | oklch(0.805 0.035 165.8) |
Copy-ready code
/* CSS */
color: #abc7ba;
background-color: #abc7ba;
/* Tailwind (arbitrary) */
class="text-[#abc7ba] bg-[#abc7ba]"
/* SCSS */
$brand: #abc7ba;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#abc7ba")Accessibility — WCAG contrast
Aa
#abc7ba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc7ba on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue72.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#abc7ba text on a black background
contrast 11.61:1
Card sample
#abc7ba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc7ba;
Background color
Panel with #abc7ba background
background-color: #abc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc7ba; background: linear-gradient(135deg, #abc7ba, #ABC1C7);