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