#ace085
a light, vivid green · cool · closest name: khaki
RGB
172, 224, 133
HSL
94°, 60%, 70%
CMYK
23, 0, 41, 12
Luminance
0.6378
Every format
| HEX | #ace085 |
| RGB | rgb(172, 224, 133) |
| HSL | hsl(94, 60%, 70%) |
| CMYK | cmyk(23%, 0%, 41%, 12%) |
| LAB | lab(83.8 -32.5 39.2) |
| LCH | lch(83.8 50.9 129.6) |
| OKLCH | oklch(0.849 0.131 132.8) |
Copy-ready code
/* CSS */
color: #ace085;
background-color: #ace085;
/* Tailwind (arbitrary) */
class="text-[#ace085] bg-[#ace085]"
/* SCSS */
$brand: #ace085;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.522)
/* Android */
Color.parseColor("#ace085")Accessibility — WCAG contrast
Aa
#ace085 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace085 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue52.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow40.6%
Key (black)12.2%
Color previews
#ace085 text on a black background
contrast 13.76:1
Card sample
#ace085 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace085;
Background color
Panel with #ace085 background
background-color: #ace085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace085; background: linear-gradient(135deg, #ace085, #85E09B);