#acce28
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 206, 40
HSL
72°, 68%, 48%
CMYK
17, 0, 81, 19
Luminance
0.5307
Every format
| HEX | #acce28 |
| RGB | rgb(172, 206, 40) |
| HSL | hsl(72, 68%, 48%) |
| CMYK | cmyk(17%, 0%, 81%, 19%) |
| LAB | lab(77.9 -31.8 71.2) |
| LCH | lch(77.9 78.0 114.1) |
| OKLCH | oklch(0.799 0.181 121.3) |
Copy-ready code
/* CSS */
color: #acce28;
background-color: #acce28;
/* Tailwind (arbitrary) */
class="text-[#acce28] bg-[#acce28]"
/* SCSS */
$brand: #acce28;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.157)
/* Android */
Color.parseColor("#acce28")Accessibility — WCAG contrast
Aa
#acce28 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce28 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue15.7%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow80.6%
Key (black)19.2%
Color previews
#acce28 text on a black background
contrast 11.61:1
Card sample
#acce28 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce28;
Background color
Panel with #acce28 background
background-color: #acce28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce28; background: linear-gradient(135deg, #acce28, #3DCE28);