#ace25f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 226, 95
HSL
85°, 69%, 63%
CMYK
24, 0, 58, 11
Luminance
0.6399
Every format
| HEX | #ace25f |
| RGB | rgb(172, 226, 95) |
| HSL | hsl(85, 69%, 63%) |
| CMYK | cmyk(24%, 0%, 58%, 11%) |
| LAB | lab(84.0 -37.5 57.3) |
| LCH | lch(84.0 68.5 123.2) |
| OKLCH | oklch(0.849 0.170 128.4) |
Copy-ready code
/* CSS */
color: #ace25f;
background-color: #ace25f;
/* Tailwind (arbitrary) */
class="text-[#ace25f] bg-[#ace25f]"
/* SCSS */
$brand: #ace25f;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.373)
/* Android */
Color.parseColor("#ace25f")Accessibility — WCAG contrast
Aa
#ace25f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace25f on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue37.3%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow58.0%
Key (black)11.4%
Color previews
#ace25f text on a black background
contrast 13.80:1
Card sample
#ace25f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace25f;
Background color
Panel with #ace25f background
background-color: #ace25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace25f; background: linear-gradient(135deg, #ace25f, #5FE269);