#ace034
a balanced, vivid green · cool · closest name: yellow
RGB
172, 224, 52
HSL
78°, 74%, 54%
CMYK
23, 0, 77, 12
Luminance
0.6233
Every format
| HEX | #ace034 |
| RGB | rgb(172, 224, 52) |
| HSL | hsl(78, 74%, 54%) |
| CMYK | cmyk(23%, 0%, 77%, 12%) |
| LAB | lab(83.1 -39.5 72.5) |
| LCH | lch(83.1 82.5 118.6) |
| OKLCH | oklch(0.841 0.197 125.6) |
Copy-ready code
/* CSS */
color: #ace034;
background-color: #ace034;
/* Tailwind (arbitrary) */
class="text-[#ace034] bg-[#ace034]"
/* SCSS */
$brand: #ace034;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#ace034")Accessibility — WCAG contrast
Aa
#ace034 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace034 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue20.4%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#ace034 text on a black background
contrast 13.47:1
Card sample
#ace034 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace034;
Background color
Panel with #ace034 background
background-color: #ace034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace034; background: linear-gradient(135deg, #ace034, #39E034);