#ace23f
a balanced, vivid green · cool · closest name: yellow
RGB
172, 226, 63
HSL
80°, 74%, 57%
CMYK
24, 0, 72, 11
Luminance
0.6352
Every format
| HEX | #ace23f |
| RGB | rgb(172, 226, 63) |
| HSL | hsl(80, 74%, 57%) |
| CMYK | cmyk(24%, 0%, 72%, 11%) |
| LAB | lab(83.7 -39.8 69.6) |
| LCH | lch(83.7 80.2 119.8) |
| OKLCH | oklch(0.846 0.193 126.4) |
Copy-ready code
/* CSS */
color: #ace23f;
background-color: #ace23f;
/* Tailwind (arbitrary) */
class="text-[#ace23f] bg-[#ace23f]"
/* SCSS */
$brand: #ace23f;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.247)
/* Android */
Color.parseColor("#ace23f")Accessibility — WCAG contrast
Aa
#ace23f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace23f on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue24.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow72.1%
Key (black)11.4%
Color previews
#ace23f text on a black background
contrast 13.70:1
Card sample
#ace23f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace23f;
Background color
Panel with #ace23f background
background-color: #ace23f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace23f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace23f; background: linear-gradient(135deg, #ace23f, #3FE23F);