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