#ace613
a balanced, electric green · cool · closest name: yellow
RGB
172, 230, 19
HSL
77°, 85%, 49%
CMYK
25, 0, 92, 10
Luminance
0.6541
Every format
| HEX | #ace613 |
| RGB | rgb(172, 230, 19) |
| HSL | hsl(77, 85%, 49%) |
| CMYK | cmyk(25%, 0%, 92%, 10%) |
| LAB | lab(84.7 -43.1 80.9) |
| LCH | lch(84.7 91.7 118.0) |
| OKLCH | oklch(0.854 0.214 126.0) |
Copy-ready code
/* CSS */
color: #ace613;
background-color: #ace613;
/* Tailwind (arbitrary) */
class="text-[#ace613] bg-[#ace613]"
/* SCSS */
$brand: #ace613;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.075)
/* Android */
Color.parseColor("#ace613")Accessibility — WCAG contrast
Aa
#ace613 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace613 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue7.5%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow91.7%
Key (black)9.8%
Color previews
#ace613 text on a black background
contrast 14.08:1
Card sample
#ace613 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace613;
Background color
Panel with #ace613 background
background-color: #ace613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace613; background: linear-gradient(135deg, #ace613, #1FE613);