#abcfb7
a light, soft green · cool · closest name: silver
RGB
171, 207, 183
HSL
140°, 27%, 74%
CMYK
17, 0, 12, 19
Luminance
0.5670
Every format
| HEX | #abcfb7 |
| RGB | rgb(171, 207, 183) |
| HSL | hsl(140, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 12%, 19%) |
| LAB | lab(80.0 -16.6 8.0) |
| LCH | lch(80.0 18.4 154.3) |
| OKLCH | oklch(0.822 0.051 155.9) |
Copy-ready code
/* CSS */
color: #abcfb7;
background-color: #abcfb7;
/* Tailwind (arbitrary) */
class="text-[#abcfb7] bg-[#abcfb7]"
/* SCSS */
$brand: #abcfb7;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#abcfb7")Accessibility — WCAG contrast
Aa
#abcfb7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfb7 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue71.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow11.6%
Key (black)18.8%
Color previews
#abcfb7 text on a black background
contrast 12.34:1
Card sample
#abcfb7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfb7;
Background color
Panel with #abcfb7 background
background-color: #abcfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfb7; background: linear-gradient(135deg, #abcfb7, #ABCFCF);