#aceb5b
a balanced, electric green · cool · closest name: olivedrab
RGB
172, 235, 91
HSL
86°, 78%, 64%
CMYK
27, 0, 61, 8
Luminance
0.6894
Every format
| HEX | #aceb5b |
| RGB | rgb(172, 235, 91) |
| HSL | hsl(86, 78%, 64%) |
| CMYK | cmyk(27%, 0%, 61%, 8%) |
| LAB | lab(86.5 -41.9 61.8) |
| LCH | lch(86.5 74.6 124.1) |
| OKLCH | oklch(0.869 0.185 129.6) |
Copy-ready code
/* CSS */
color: #aceb5b;
background-color: #aceb5b;
/* Tailwind (arbitrary) */
class="text-[#aceb5b] bg-[#aceb5b]"
/* SCSS */
$brand: #aceb5b;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.357)
/* Android */
Color.parseColor("#aceb5b")Accessibility — WCAG contrast
Aa
#aceb5b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb5b on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue35.7%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow61.3%
Key (black)7.8%
Color previews
#aceb5b text on a black background
contrast 14.79:1
Card sample
#aceb5b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb5b;
Background color
Panel with #aceb5b background
background-color: #aceb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb5b; background: linear-gradient(135deg, #aceb5b, #5BEB6A);