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