#aceb7b
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 123
HSL
94°, 74%, 70%
CMYK
27, 0, 48, 8
Luminance
0.6962
Every format
| HEX | #aceb7b |
| RGB | rgb(172, 235, 123) |
| HSL | hsl(94, 74%, 70%) |
| CMYK | cmyk(27%, 0%, 48%, 8%) |
| LAB | lab(86.8 -38.7 47.8) |
| LCH | lch(86.8 61.5 129.0) |
| OKLCH | oklch(0.873 0.157 132.9) |
Copy-ready code
/* CSS */
color: #aceb7b;
background-color: #aceb7b;
/* Tailwind (arbitrary) */
class="text-[#aceb7b] bg-[#aceb7b]"
/* SCSS */
$brand: #aceb7b;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.482)
/* Android */
Color.parseColor("#aceb7b")Accessibility — WCAG contrast
Aa
#aceb7b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb7b on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue48.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow47.7%
Key (black)7.8%
Color previews
#aceb7b text on a black background
contrast 14.92:1
Card sample
#aceb7b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb7b;
Background color
Panel with #aceb7b background
background-color: #aceb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb7b; background: linear-gradient(135deg, #aceb7b, #7BEB95);