#acf05c
a light, electric green · cool · closest name: olivedrab
RGB
172, 240, 92
HSL
88°, 83%, 65%
CMYK
28, 0, 62, 6
Luminance
0.7186
Every format
| HEX | #acf05c |
| RGB | rgb(172, 240, 92) |
| HSL | hsl(88, 83%, 65%) |
| CMYK | cmyk(28%, 0%, 62%, 6%) |
| LAB | lab(87.9 -44.0 62.9) |
| LCH | lch(87.9 76.8 124.9) |
| OKLCH | oklch(0.881 0.191 130.4) |
Copy-ready code
/* CSS */
color: #acf05c;
background-color: #acf05c;
/* Tailwind (arbitrary) */
class="text-[#acf05c] bg-[#acf05c]"
/* SCSS */
$brand: #acf05c;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.361)
/* Android */
Color.parseColor("#acf05c")Accessibility — WCAG contrast
Aa
#acf05c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf05c on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue36.1%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow61.7%
Key (black)5.9%
Color previews
#acf05c text on a black background
contrast 15.37:1
Card sample
#acf05c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf05c;
Background color
Panel with #acf05c background
background-color: #acf05c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf05c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf05c; background: linear-gradient(135deg, #acf05c, #5CF06F);