#acf014
a balanced, electric green · cool · closest name: yellow
RGB
172, 240, 20
HSL
79°, 88%, 51%
CMYK
28, 0, 92, 6
Luminance
0.7114
Every format
| HEX | #acf014 |
| RGB | rgb(172, 240, 20) |
| HSL | hsl(79, 88%, 51%) |
| CMYK | cmyk(28%, 0%, 92%, 6%) |
| LAB | lab(87.5 -47.4 83.1) |
| LCH | lch(87.5 95.6 119.7) |
| OKLCH | oklch(0.877 0.225 127.7) |
Copy-ready code
/* CSS */
color: #acf014;
background-color: #acf014;
/* Tailwind (arbitrary) */
class="text-[#acf014] bg-[#acf014]"
/* SCSS */
$brand: #acf014;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.078)
/* Android */
Color.parseColor("#acf014")Accessibility — WCAG contrast
Aa
#acf014 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf014 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue7.8%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow91.7%
Key (black)5.9%
Color previews
#acf014 text on a black background
contrast 15.23:1
Card sample
#acf014 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf014;
Background color
Panel with #acf014 background
background-color: #acf014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf014; background: linear-gradient(135deg, #acf014, #1AF014);