#acf60c
a balanced, electric green · cool · closest name: yellow
RGB
172, 246, 12
HSL
79°, 93%, 51%
CMYK
30, 0, 95, 4
Luminance
0.7471
Every format
| HEX | #acf60c |
| RGB | rgb(172, 246, 12) |
| HSL | hsl(79, 93%, 51%) |
| CMYK | cmyk(30%, 0%, 95%, 4%) |
| LAB | lab(89.3 -50.0 85.2) |
| LCH | lch(89.3 98.8 120.4) |
| OKLCH | oklch(0.891 0.233 128.4) |
Copy-ready code
/* CSS */
color: #acf60c;
background-color: #acf60c;
/* Tailwind (arbitrary) */
class="text-[#acf60c] bg-[#acf60c]"
/* SCSS */
$brand: #acf60c;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.047)
/* Android */
Color.parseColor("#acf60c")Accessibility — WCAG contrast
Aa
#acf60c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf60c on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue4.7%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow95.1%
Key (black)3.5%
Color previews
#acf60c text on a black background
contrast 15.94:1
Card sample
#acf60c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf60c;
Background color
Panel with #acf60c background
background-color: #acf60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf60c; background: linear-gradient(135deg, #acf60c, #10F60C);