#ace25b
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 226, 91
HSL
84°, 70%, 62%
CMYK
24, 0, 60, 11
Luminance
0.6392
Every format
| HEX | #ace25b |
| RGB | rgb(172, 226, 91) |
| HSL | hsl(84, 70%, 62%) |
| CMYK | cmyk(24%, 0%, 60%, 11%) |
| LAB | lab(83.9 -37.9 59.0) |
| LCH | lch(83.9 70.1 122.7) |
| OKLCH | oklch(0.849 0.173 128.1) |
Copy-ready code
/* CSS */
color: #ace25b;
background-color: #ace25b;
/* Tailwind (arbitrary) */
class="text-[#ace25b] bg-[#ace25b]"
/* SCSS */
$brand: #ace25b;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.357)
/* Android */
Color.parseColor("#ace25b")Accessibility — WCAG contrast
Aa
#ace25b on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace25b on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue35.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow59.7%
Key (black)11.4%
Color previews
#ace25b text on a black background
contrast 13.78:1
Card sample
#ace25b text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace25b;
Background color
Panel with #ace25b background
background-color: #ace25b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace25b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace25b; background: linear-gradient(135deg, #ace25b, #5BE264);