#abcf72
a balanced, vivid green · cool · closest name: khaki
RGB
171, 207, 114
HSL
83°, 49%, 63%
CMYK
17, 0, 45, 19
Luminance
0.5450
Every format
| HEX | #abcf72 |
| RGB | rgb(171, 207, 114) |
| HSL | hsl(83, 49%, 63%) |
| CMYK | cmyk(17%, 0%, 45%, 19%) |
| LAB | lab(78.8 -27.1 42.2) |
| LCH | lch(78.8 50.2 122.8) |
| OKLCH | oklch(0.807 0.127 126.4) |
Copy-ready code
/* CSS */
color: #abcf72;
background-color: #abcf72;
/* Tailwind (arbitrary) */
class="text-[#abcf72] bg-[#abcf72]"
/* SCSS */
$brand: #abcf72;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.447)
/* Android */
Color.parseColor("#abcf72")Accessibility — WCAG contrast
Aa
#abcf72 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf72 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue44.7%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow44.9%
Key (black)18.8%
Color previews
#abcf72 text on a black background
contrast 11.90:1
Card sample
#abcf72 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf72;
Background color
Panel with #abcf72 background
background-color: #abcf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf72; background: linear-gradient(135deg, #abcf72, #72CF77);