#ace583
a light, vivid green · cool · closest name: khaki
RGB
172, 229, 131
HSL
95°, 65%, 71%
CMYK
25, 0, 43, 10
Luminance
0.6645
Every format
| HEX | #ace583 |
| RGB | rgb(172, 229, 131) |
| HSL | hsl(95, 65%, 71%) |
| CMYK | cmyk(25%, 0%, 43%, 10%) |
| LAB | lab(85.2 -35.0 42.0) |
| LCH | lch(85.2 54.7 129.9) |
| OKLCH | oklch(0.860 0.141 133.3) |
Copy-ready code
/* CSS */
color: #ace583;
background-color: #ace583;
/* Tailwind (arbitrary) */
class="text-[#ace583] bg-[#ace583]"
/* SCSS */
$brand: #ace583;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.514)
/* Android */
Color.parseColor("#ace583")Accessibility — WCAG contrast
Aa
#ace583 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace583 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue51.4%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow42.8%
Key (black)10.2%
Color previews
#ace583 text on a black background
contrast 14.29:1
Card sample
#ace583 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace583;
Background color
Panel with #ace583 background
background-color: #ace583;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace583;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace583; background: linear-gradient(135deg, #ace583, #83E59B);