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