#acce2b
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 206, 43
HSL
73°, 66%, 49%
CMYK
17, 0, 79, 19
Luminance
0.5309
Every format
| HEX | #acce2b |
| RGB | rgb(172, 206, 43) |
| HSL | hsl(73, 66%, 49%) |
| CMYK | cmyk(17%, 0%, 79%, 19%) |
| LAB | lab(77.9 -31.7 70.4) |
| LCH | lch(77.9 77.2 114.2) |
| OKLCH | oklch(0.799 0.180 121.4) |
Copy-ready code
/* CSS */
color: #acce2b;
background-color: #acce2b;
/* Tailwind (arbitrary) */
class="text-[#acce2b] bg-[#acce2b]"
/* SCSS */
$brand: #acce2b;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.169)
/* Android */
Color.parseColor("#acce2b")Accessibility — WCAG contrast
Aa
#acce2b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce2b on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue16.9%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow79.1%
Key (black)19.2%
Color previews
#acce2b text on a black background
contrast 11.62:1
Card sample
#acce2b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce2b;
Background color
Panel with #acce2b background
background-color: #acce2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce2b; background: linear-gradient(135deg, #acce2b, #3FCE2B);