#acea0f
a balanced, electric green · cool · closest name: yellow
RGB
172, 234, 15
HSL
77°, 88%, 49%
CMYK
27, 0, 94, 8
Luminance
0.6765
Every format
| HEX | #acea0f |
| RGB | rgb(172, 234, 15) |
| HSL | hsl(77, 88%, 49%) |
| CMYK | cmyk(27%, 0%, 94%, 8%) |
| LAB | lab(85.8 -44.9 82.3) |
| LCH | lch(85.8 93.7 118.6) |
| OKLCH | oklch(0.863 0.219 126.7) |
Copy-ready code
/* CSS */
color: #acea0f;
background-color: #acea0f;
/* Tailwind (arbitrary) */
class="text-[#acea0f] bg-[#acea0f]"
/* SCSS */
$brand: #acea0f;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.059)
/* Android */
Color.parseColor("#acea0f")Accessibility — WCAG contrast
Aa
#acea0f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acea0f on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue5.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow93.6%
Key (black)8.2%
Color previews
#acea0f text on a black background
contrast 14.53:1
Card sample
#acea0f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acea0f;
Background color
Panel with #acea0f background
background-color: #acea0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acea0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acea0f; background: linear-gradient(135deg, #acea0f, #1AEA0F);