#ace481
a light, vivid green · cool · closest name: khaki
RGB
172, 228, 129
HSL
94°, 65%, 70%
CMYK
25, 0, 43, 11
Luminance
0.6584
Every format
| HEX | #ace481 |
| RGB | rgb(172, 228, 129) |
| HSL | hsl(94, 65%, 70%) |
| CMYK | cmyk(25%, 0%, 43%, 11%) |
| LAB | lab(84.9 -34.8 42.5) |
| LCH | lch(84.9 55.0 129.3) |
| OKLCH | oklch(0.858 0.141 132.8) |
Copy-ready code
/* CSS */
color: #ace481;
background-color: #ace481;
/* Tailwind (arbitrary) */
class="text-[#ace481] bg-[#ace481]"
/* SCSS */
$brand: #ace481;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.506)
/* Android */
Color.parseColor("#ace481")Accessibility — WCAG contrast
Aa
#ace481 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace481 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue50.6%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow43.4%
Key (black)10.6%
Color previews
#ace481 text on a black background
contrast 14.17:1
Card sample
#ace481 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace481;
Background color
Panel with #ace481 background
background-color: #ace481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace481; background: linear-gradient(135deg, #ace481, #81E498);