#ace74b
a balanced, electric green · cool · closest name: yellow
RGB
172, 231, 75
HSL
83°, 77%, 60%
CMYK
26, 0, 68, 9
Luminance
0.6643
Every format
| HEX | #ace74b |
| RGB | rgb(172, 231, 75) |
| HSL | hsl(83, 77%, 60%) |
| CMYK | cmyk(26%, 0%, 68%, 9%) |
| LAB | lab(85.2 -41.3 66.8) |
| LCH | lch(85.2 78.5 121.7) |
| OKLCH | oklch(0.859 0.192 127.9) |
Copy-ready code
/* CSS */
color: #ace74b;
background-color: #ace74b;
/* Tailwind (arbitrary) */
class="text-[#ace74b] bg-[#ace74b]"
/* SCSS */
$brand: #ace74b;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.294)
/* Android */
Color.parseColor("#ace74b")Accessibility — WCAG contrast
Aa
#ace74b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace74b on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue29.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow67.5%
Key (black)9.4%
Color previews
#ace74b text on a black background
contrast 14.29:1
Card sample
#ace74b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace74b;
Background color
Panel with #ace74b background
background-color: #ace74b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace74b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace74b; background: linear-gradient(135deg, #ace74b, #4BE752);