#acce0f
a dark, electric green · cool · closest name: yellow
RGB
172, 206, 15
HSL
71°, 86%, 43%
CMYK
17, 0, 93, 19
Luminance
0.5295
Every format
| HEX | #acce0f |
| RGB | rgb(172, 206, 15) |
| HSL | hsl(71, 86%, 43%) |
| CMYK | cmyk(17%, 0%, 93%, 19%) |
| LAB | lab(77.8 -32.4 76.0) |
| LCH | lch(77.8 82.6 113.1) |
| OKLCH | oklch(0.798 0.189 121.0) |
Copy-ready code
/* CSS */
color: #acce0f;
background-color: #acce0f;
/* Tailwind (arbitrary) */
class="text-[#acce0f] bg-[#acce0f]"
/* SCSS */
$brand: #acce0f;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#acce0f")Accessibility — WCAG contrast
Aa
#acce0f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce0f on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue5.9%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#acce0f text on a black background
contrast 11.59:1
Card sample
#acce0f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce0f;
Background color
Panel with #acce0f background
background-color: #acce0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce0f; background: linear-gradient(135deg, #acce0f, #2DCE0F);