#abc3a8
a light, soft green · cool · closest name: silver
RGB
171, 195, 168
HSL
113°, 18%, 71%
CMYK
12, 0, 14, 24
Luminance
0.5052
Every format
| HEX | #abc3a8 |
| RGB | rgb(171, 195, 168) |
| HSL | hsl(113, 18%, 71%) |
| CMYK | cmyk(12%, 0%, 14%, 24%) |
| LAB | lab(76.4 -13.3 10.9) |
| LCH | lch(76.4 17.1 140.7) |
| OKLCH | oklch(0.792 0.046 142.1) |
Copy-ready code
/* CSS */
color: #abc3a8;
background-color: #abc3a8;
/* Tailwind (arbitrary) */
class="text-[#abc3a8] bg-[#abc3a8]"
/* SCSS */
$brand: #abc3a8;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.659)
/* Android */
Color.parseColor("#abc3a8")Accessibility — WCAG contrast
Aa
#abc3a8 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3a8 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue65.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow13.8%
Key (black)23.5%
Color previews
#abc3a8 text on a black background
contrast 11.10:1
Card sample
#abc3a8 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3a8;
Background color
Panel with #abc3a8 background
background-color: #abc3a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3a8; background: linear-gradient(135deg, #abc3a8, #A8C3B7);