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