#aceb82
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 130
HSL
96°, 72%, 72%
CMYK
27, 0, 45, 8
Luminance
0.6980
Every format
| HEX | #aceb82 |
| RGB | rgb(172, 235, 130) |
| HSL | hsl(96, 72%, 72%) |
| CMYK | cmyk(27%, 0%, 45%, 8%) |
| LAB | lab(86.9 -37.9 44.6) |
| LCH | lch(86.9 58.5 130.4) |
| OKLCH | oklch(0.874 0.150 133.9) |
Copy-ready code
/* CSS */
color: #aceb82;
background-color: #aceb82;
/* Tailwind (arbitrary) */
class="text-[#aceb82] bg-[#aceb82]"
/* SCSS */
$brand: #aceb82;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.510)
/* Android */
Color.parseColor("#aceb82")Accessibility — WCAG contrast
Aa
#aceb82 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb82 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue51.0%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow44.7%
Key (black)7.8%
Color previews
#aceb82 text on a black background
contrast 14.96:1
Card sample
#aceb82 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb82;
Background color
Panel with #aceb82 background
background-color: #aceb82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb82; background: linear-gradient(135deg, #aceb82, #82EB9E);