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