#abcfaf
a light, soft green · cool · closest name: beige
RGB
171, 207, 175
HSL
127°, 27%, 74%
CMYK
17, 0, 16, 19
Luminance
0.5638
Every format
| HEX | #abcfaf |
| RGB | rgb(171, 207, 175) |
| HSL | hsl(127, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 16%, 19%) |
| LAB | lab(79.8 -18.1 12.0) |
| LCH | lch(79.8 21.7 146.5) |
| OKLCH | oklch(0.820 0.059 148.1) |
Copy-ready code
/* CSS */
color: #abcfaf;
background-color: #abcfaf;
/* Tailwind (arbitrary) */
class="text-[#abcfaf] bg-[#abcfaf]"
/* SCSS */
$brand: #abcfaf;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.686)
/* Android */
Color.parseColor("#abcfaf")Accessibility — WCAG contrast
Aa
#abcfaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfaf on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue68.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow15.5%
Key (black)18.8%
Color previews
#abcfaf text on a black background
contrast 12.28:1
Card sample
#abcfaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfaf;
Background color
Panel with #abcfaf background
background-color: #abcfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfaf; background: linear-gradient(135deg, #abcfaf, #ABCFC7);