#aceb8b
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 139
HSL
99°, 71%, 73%
CMYK
27, 0, 41, 8
Luminance
0.7005
Every format
| HEX | #aceb8b |
| RGB | rgb(172, 235, 139) |
| HSL | hsl(99, 71%, 73%) |
| CMYK | cmyk(27%, 0%, 41%, 8%) |
| LAB | lab(87.0 -36.8 40.3) |
| LCH | lch(87.0 54.5 132.4) |
| OKLCH | oklch(0.875 0.141 135.5) |
Copy-ready code
/* CSS */
color: #aceb8b;
background-color: #aceb8b;
/* Tailwind (arbitrary) */
class="text-[#aceb8b] bg-[#aceb8b]"
/* SCSS */
$brand: #aceb8b;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.545)
/* Android */
Color.parseColor("#aceb8b")Accessibility — WCAG contrast
Aa
#aceb8b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb8b on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue54.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow40.9%
Key (black)7.8%
Color previews
#aceb8b text on a black background
contrast 15.01:1
Card sample
#aceb8b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb8b;
Background color
Panel with #aceb8b background
background-color: #aceb8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb8b; background: linear-gradient(135deg, #aceb8b, #8BEBAA);