#ace741
a balanced, electric green · cool · closest name: yellow
RGB
172, 231, 65
HSL
81°, 78%, 58%
CMYK
26, 0, 72, 9
Luminance
0.6630
Every format
| HEX | #ace741 |
| RGB | rgb(172, 231, 65) |
| HSL | hsl(81, 78%, 58%) |
| CMYK | cmyk(26%, 0%, 72%, 9%) |
| LAB | lab(85.2 -41.9 70.3) |
| LCH | lch(85.2 81.8 120.8) |
| OKLCH | oklch(0.858 0.198 127.4) |
Copy-ready code
/* CSS */
color: #ace741;
background-color: #ace741;
/* Tailwind (arbitrary) */
class="text-[#ace741] bg-[#ace741]"
/* SCSS */
$brand: #ace741;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.255)
/* Android */
Color.parseColor("#ace741")Accessibility — WCAG contrast
Aa
#ace741 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace741 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue25.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow71.9%
Key (black)9.4%
Color previews
#ace741 text on a black background
contrast 14.26:1
Card sample
#ace741 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace741;
Background color
Panel with #ace741 background
background-color: #ace741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace741; background: linear-gradient(135deg, #ace741, #41E744);