#acce3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 206, 63
HSL
74°, 59%, 53%
CMYK
17, 0, 69, 19
Luminance
0.5327
Every format
| HEX | #acce3f |
| RGB | rgb(172, 206, 63) |
| HSL | hsl(74, 59%, 53%) |
| CMYK | cmyk(17%, 0%, 69%, 19%) |
| LAB | lab(78.0 -30.7 64.0) |
| LCH | lch(78.0 70.9 115.6) |
| OKLCH | oklch(0.800 0.169 122.0) |
Copy-ready code
/* CSS */
color: #acce3f;
background-color: #acce3f;
/* Tailwind (arbitrary) */
class="text-[#acce3f] bg-[#acce3f]"
/* SCSS */
$brand: #acce3f;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.247)
/* Android */
Color.parseColor("#acce3f")Accessibility — WCAG contrast
Aa
#acce3f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce3f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue24.7%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow69.4%
Key (black)19.2%
Color previews
#acce3f text on a black background
contrast 11.65:1
Card sample
#acce3f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce3f;
Background color
Panel with #acce3f background
background-color: #acce3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce3f; background: linear-gradient(135deg, #acce3f, #4CCE3F);