#aceb50
a balanced, electric green · cool · closest name: yellow
RGB
172, 235, 80
HSL
84°, 80%, 62%
CMYK
27, 0, 66, 8
Luminance
0.6877
Every format
| HEX | #aceb50 |
| RGB | rgb(172, 235, 80) |
| HSL | hsl(84, 80%, 62%) |
| CMYK | cmyk(27%, 0%, 66%, 8%) |
| LAB | lab(86.4 -42.7 66.1) |
| LCH | lch(86.4 78.7 122.9) |
| OKLCH | oklch(0.868 0.193 128.9) |
Copy-ready code
/* CSS */
color: #aceb50;
background-color: #aceb50;
/* Tailwind (arbitrary) */
class="text-[#aceb50] bg-[#aceb50]"
/* SCSS */
$brand: #aceb50;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.314)
/* Android */
Color.parseColor("#aceb50")Accessibility — WCAG contrast
Aa
#aceb50 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb50 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue31.4%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow66.0%
Key (black)7.8%
Color previews
#aceb50 text on a black background
contrast 14.75:1
Card sample
#aceb50 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb50;
Background color
Panel with #aceb50 background
background-color: #aceb50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb50; background: linear-gradient(135deg, #aceb50, #50EB5C);