#ace35f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 227, 95
HSL
85°, 70%, 63%
CMYK
24, 0, 58, 11
Luminance
0.6454
Every format
| HEX | #ace35f |
| RGB | rgb(172, 227, 95) |
| HSL | hsl(85, 70%, 63%) |
| CMYK | cmyk(24%, 0%, 58%, 11%) |
| LAB | lab(84.2 -38.0 57.6) |
| LCH | lch(84.2 69.0 123.4) |
| OKLCH | oklch(0.851 0.172 128.6) |
Copy-ready code
/* CSS */
color: #ace35f;
background-color: #ace35f;
/* Tailwind (arbitrary) */
class="text-[#ace35f] bg-[#ace35f]"
/* SCSS */
$brand: #ace35f;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.373)
/* Android */
Color.parseColor("#ace35f")Accessibility — WCAG contrast
Aa
#ace35f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace35f on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue37.3%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow58.1%
Key (black)11.0%
Color previews
#ace35f text on a black background
contrast 13.91:1
Card sample
#ace35f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace35f;
Background color
Panel with #ace35f background
background-color: #ace35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace35f; background: linear-gradient(135deg, #ace35f, #5FE36A);