#aceb86
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 134
HSL
97°, 72%, 72%
CMYK
27, 0, 43, 8
Luminance
0.6991
Every format
| HEX | #aceb86 |
| RGB | rgb(172, 235, 134) |
| HSL | hsl(97, 72%, 72%) |
| CMYK | cmyk(27%, 0%, 43%, 8%) |
| LAB | lab(87.0 -37.4 42.7) |
| LCH | lch(87.0 56.7 131.2) |
| OKLCH | oklch(0.875 0.146 134.6) |
Copy-ready code
/* CSS */
color: #aceb86;
background-color: #aceb86;
/* Tailwind (arbitrary) */
class="text-[#aceb86] bg-[#aceb86]"
/* SCSS */
$brand: #aceb86;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.525)
/* Android */
Color.parseColor("#aceb86")Accessibility — WCAG contrast
Aa
#aceb86 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb86 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue52.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow43.0%
Key (black)7.8%
Color previews
#aceb86 text on a black background
contrast 14.98:1
Card sample
#aceb86 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb86;
Background color
Panel with #aceb86 background
background-color: #aceb86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb86; background: linear-gradient(135deg, #aceb86, #86EBA3);