#ace07f
a light, vivid green · cool · closest name: khaki
RGB
172, 224, 127
HSL
92°, 61%, 69%
CMYK
23, 0, 43, 12
Luminance
0.6361
Every format
| HEX | #ace07f |
| RGB | rgb(172, 224, 127) |
| HSL | hsl(92, 61%, 69%) |
| CMYK | cmyk(23%, 0%, 43%, 12%) |
| LAB | lab(83.8 -33.2 42.1) |
| LCH | lch(83.8 53.6 128.3) |
| OKLCH | oklch(0.849 0.137 131.8) |
Copy-ready code
/* CSS */
color: #ace07f;
background-color: #ace07f;
/* Tailwind (arbitrary) */
class="text-[#ace07f] bg-[#ace07f]"
/* SCSS */
$brand: #ace07f;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.498)
/* Android */
Color.parseColor("#ace07f")Accessibility — WCAG contrast
Aa
#ace07f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace07f on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue49.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow43.3%
Key (black)12.2%
Color previews
#ace07f text on a black background
contrast 13.72:1
Card sample
#ace07f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace07f;
Background color
Panel with #ace07f background
background-color: #ace07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace07f; background: linear-gradient(135deg, #ace07f, #7FE093);