#ace280
a light, vivid green · cool · closest name: khaki
RGB
172, 226, 128
HSL
93°, 63%, 69%
CMYK
24, 0, 43, 11
Luminance
0.6472
Every format
| HEX | #ace280 |
| RGB | rgb(172, 226, 128) |
| HSL | hsl(93, 63%, 69%) |
| CMYK | cmyk(24%, 0%, 43%, 11%) |
| LAB | lab(84.3 -34.0 42.3) |
| LCH | lch(84.3 54.3 128.8) |
| OKLCH | oklch(0.853 0.139 132.3) |
Copy-ready code
/* CSS */
color: #ace280;
background-color: #ace280;
/* Tailwind (arbitrary) */
class="text-[#ace280] bg-[#ace280]"
/* SCSS */
$brand: #ace280;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.502)
/* Android */
Color.parseColor("#ace280")Accessibility — WCAG contrast
Aa
#ace280 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace280 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue50.2%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow43.4%
Key (black)11.4%
Color previews
#ace280 text on a black background
contrast 13.94:1
Card sample
#ace280 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace280;
Background color
Panel with #ace280 background
background-color: #ace280;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace280;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace280; background: linear-gradient(135deg, #ace280, #80E295);