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