#acf87c
a light, electric green · cool · closest name: khaki
RGB
172, 248, 124
HSL
97°, 90%, 73%
CMYK
31, 0, 50, 3
Luminance
0.7736
Every format
| HEX | #acf87c |
| RGB | rgb(172, 248, 124) |
| HSL | hsl(97, 90%, 73%) |
| CMYK | cmyk(31%, 0%, 50%, 3%) |
| LAB | lab(90.5 -44.3 51.8) |
| LCH | lch(90.5 68.2 130.5) |
| OKLCH | oklch(0.903 0.174 134.6) |
Copy-ready code
/* CSS */
color: #acf87c;
background-color: #acf87c;
/* Tailwind (arbitrary) */
class="text-[#acf87c] bg-[#acf87c]"
/* SCSS */
$brand: #acf87c;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.486)
/* Android */
Color.parseColor("#acf87c")Accessibility — WCAG contrast
Aa
#acf87c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf87c on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue48.6%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow50.0%
Key (black)2.7%
Color previews
#acf87c text on a black background
contrast 16.47:1
Card sample
#acf87c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf87c;
Background color
Panel with #acf87c background
background-color: #acf87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf87c; background: linear-gradient(135deg, #acf87c, #7CF89F);