#abc4b7
a light, soft green · cool · closest name: silver
RGB
171, 196, 183
HSL
149°, 18%, 72%
CMYK
13, 0, 7, 23
Luminance
0.5156
Every format
| HEX | #abc4b7 |
| RGB | rgb(171, 196, 183) |
| HSL | hsl(149, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 7%, 23%) |
| LAB | lab(77.0 -11.0 3.7) |
| LCH | lch(77.0 11.6 161.5) |
| OKLCH | oklch(0.798 0.033 163.0) |
Copy-ready code
/* CSS */
color: #abc4b7;
background-color: #abc4b7;
/* Tailwind (arbitrary) */
class="text-[#abc4b7] bg-[#abc4b7]"
/* SCSS */
$brand: #abc4b7;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.718)
/* Android */
Color.parseColor("#abc4b7")Accessibility — WCAG contrast
Aa
#abc4b7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4b7 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue71.8%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow6.6%
Key (black)23.1%
Color previews
#abc4b7 text on a black background
contrast 11.31:1
Card sample
#abc4b7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4b7;
Background color
Panel with #abc4b7 background
background-color: #abc4b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4b7; background: linear-gradient(135deg, #abc4b7, #ABC0C4);