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