#aceb28
a balanced, electric green · cool · closest name: yellow
RGB
172, 235, 40
HSL
79°, 83%, 54%
CMYK
27, 0, 83, 8
Luminance
0.6834
Every format
| HEX | #aceb28 |
| RGB | rgb(172, 235, 40) |
| HSL | hsl(79, 83%, 54%) |
| CMYK | cmyk(27%, 0%, 83%, 8%) |
| LAB | lab(86.2 -44.7 78.4) |
| LCH | lch(86.2 90.3 119.7) |
| OKLCH | oklch(0.866 0.214 127.2) |
Copy-ready code
/* CSS */
color: #aceb28;
background-color: #aceb28;
/* Tailwind (arbitrary) */
class="text-[#aceb28] bg-[#aceb28]"
/* SCSS */
$brand: #aceb28;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.157)
/* Android */
Color.parseColor("#aceb28")Accessibility — WCAG contrast
Aa
#aceb28 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb28 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue15.7%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow83.0%
Key (black)7.8%
Color previews
#aceb28 text on a black background
contrast 14.67:1
Card sample
#aceb28 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb28;
Background color
Panel with #aceb28 background
background-color: #aceb28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb28; background: linear-gradient(135deg, #aceb28, #2AEB28);