#acf67f
a light, electric green · cool · closest name: khaki
RGB
172, 246, 127
HSL
97°, 87%, 73%
CMYK
30, 0, 48, 4
Luminance
0.7621
Every format
| HEX | #acf67f |
| RGB | rgb(172, 246, 127) |
| HSL | hsl(97, 87%, 73%) |
| CMYK | cmyk(30%, 0%, 48%, 4%) |
| LAB | lab(90.0 -43.1 49.8) |
| LCH | lch(90.0 65.8 130.9) |
| OKLCH | oklch(0.899 0.169 134.8) |
Copy-ready code
/* CSS */
color: #acf67f;
background-color: #acf67f;
/* Tailwind (arbitrary) */
class="text-[#acf67f] bg-[#acf67f]"
/* SCSS */
$brand: #acf67f;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.498)
/* Android */
Color.parseColor("#acf67f")Accessibility — WCAG contrast
Aa
#acf67f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf67f on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue49.8%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow48.4%
Key (black)3.5%
Color previews
#acf67f text on a black background
contrast 16.24:1
Card sample
#acf67f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf67f;
Background color
Panel with #acf67f background
background-color: #acf67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf67f; background: linear-gradient(135deg, #acf67f, #7FF6A1);