#ace718
a balanced, electric green · cool · closest name: yellow
RGB
172, 231, 24
HSL
77°, 81%, 50%
CMYK
26, 0, 90, 9
Luminance
0.6599
Every format
| HEX | #ace718 |
| RGB | rgb(172, 231, 24) |
| HSL | hsl(77, 81%, 50%) |
| CMYK | cmyk(26%, 0%, 90%, 9%) |
| LAB | lab(85.0 -43.4 80.4) |
| LCH | lch(85.0 91.4 118.4) |
| OKLCH | oklch(0.856 0.214 126.3) |
Copy-ready code
/* CSS */
color: #ace718;
background-color: #ace718;
/* Tailwind (arbitrary) */
class="text-[#ace718] bg-[#ace718]"
/* SCSS */
$brand: #ace718;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.094)
/* Android */
Color.parseColor("#ace718")Accessibility — WCAG contrast
Aa
#ace718 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace718 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue9.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow89.6%
Key (black)9.4%
Color previews
#ace718 text on a black background
contrast 14.20:1
Card sample
#ace718 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace718;
Background color
Panel with #ace718 background
background-color: #ace718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace718; background: linear-gradient(135deg, #ace718, #22E718);