#acf71c
a balanced, electric green · cool · closest name: yellow
RGB
172, 247, 28
HSL
81°, 93%, 54%
CMYK
30, 0, 89, 3
Luminance
0.7538
Every format
| HEX | #acf71c |
| RGB | rgb(172, 247, 28) |
| HSL | hsl(81, 93%, 54%) |
| CMYK | cmyk(30%, 0%, 89%, 3%) |
| LAB | lab(89.6 -50.1 83.6) |
| LCH | lch(89.6 97.4 121.0) |
| OKLCH | oklch(0.893 0.231 128.8) |
Copy-ready code
/* CSS */
color: #acf71c;
background-color: #acf71c;
/* Tailwind (arbitrary) */
class="text-[#acf71c] bg-[#acf71c]"
/* SCSS */
$brand: #acf71c;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.110)
/* Android */
Color.parseColor("#acf71c")Accessibility — WCAG contrast
Aa
#acf71c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf71c on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue11.0%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow88.7%
Key (black)3.1%
Color previews
#acf71c text on a black background
contrast 16.08:1
Card sample
#acf71c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf71c;
Background color
Panel with #acf71c background
background-color: #acf71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf71c; background: linear-gradient(135deg, #acf71c, #1CF71E);