#acea3b
a balanced, electric green · cool · closest name: yellow
RGB
172, 234, 59
HSL
81°, 81%, 58%
CMYK
27, 0, 75, 8
Luminance
0.6793
Every format
| HEX | #acea3b |
| RGB | rgb(172, 234, 59) |
| HSL | hsl(81, 81%, 58%) |
| CMYK | cmyk(27%, 0%, 75%, 8%) |
| LAB | lab(86.0 -43.5 73.1) |
| LCH | lch(86.0 85.0 120.8) |
| OKLCH | oklch(0.864 0.205 127.7) |
Copy-ready code
/* CSS */
color: #acea3b;
background-color: #acea3b;
/* Tailwind (arbitrary) */
class="text-[#acea3b] bg-[#acea3b]"
/* SCSS */
$brand: #acea3b;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.231)
/* Android */
Color.parseColor("#acea3b")Accessibility — WCAG contrast
Aa
#acea3b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acea3b on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue23.1%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow74.8%
Key (black)8.2%
Color previews
#acea3b text on a black background
contrast 14.59:1
Card sample
#acea3b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acea3b;
Background color
Panel with #acea3b background
background-color: #acea3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acea3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acea3b; background: linear-gradient(135deg, #acea3b, #3BEA3F);