#ace545
a balanced, electric green · cool · closest name: yellow
RGB
172, 229, 69
HSL
81°, 76%, 58%
CMYK
25, 0, 70, 10
Luminance
0.6524
Every format
| HEX | #ace545 |
| RGB | rgb(172, 229, 69) |
| HSL | hsl(81, 76%, 58%) |
| CMYK | cmyk(25%, 0%, 70%, 10%) |
| LAB | lab(84.6 -40.8 68.4) |
| LCH | lch(84.6 79.6 120.8) |
| OKLCH | oklch(0.854 0.193 127.2) |
Copy-ready code
/* CSS */
color: #ace545;
background-color: #ace545;
/* Tailwind (arbitrary) */
class="text-[#ace545] bg-[#ace545]"
/* SCSS */
$brand: #ace545;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.271)
/* Android */
Color.parseColor("#ace545")Accessibility — WCAG contrast
Aa
#ace545 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace545 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue27.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow69.9%
Key (black)10.2%
Color previews
#ace545 text on a black background
contrast 14.05:1
Card sample
#ace545 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace545;
Background color
Panel with #ace545 background
background-color: #ace545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace545; background: linear-gradient(135deg, #ace545, #45E549);