#abcfb2
a light, soft green · cool · closest name: silver
RGB
171, 207, 178
HSL
132°, 27%, 74%
CMYK
17, 0, 14, 19
Luminance
0.5650
Every format
| HEX | #abcfb2 |
| RGB | rgb(171, 207, 178) |
| HSL | hsl(132, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 14%, 19%) |
| LAB | lab(79.9 -17.6 10.5) |
| LCH | lch(79.9 20.4 149.1) |
| OKLCH | oklch(0.820 0.056 150.8) |
Copy-ready code
/* CSS */
color: #abcfb2;
background-color: #abcfb2;
/* Tailwind (arbitrary) */
class="text-[#abcfb2] bg-[#abcfb2]"
/* SCSS */
$brand: #abcfb2;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#abcfb2")Accessibility — WCAG contrast
Aa
#abcfb2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfb2 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue69.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#abcfb2 text on a black background
contrast 12.30:1
Card sample
#abcfb2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfb2;
Background color
Panel with #abcfb2 background
background-color: #abcfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfb2; background: linear-gradient(135deg, #abcfb2, #ABCFCA);