#aceb07
a balanced, electric green · cool · closest name: yellow
RGB
172, 235, 7
HSL
77°, 94%, 48%
CMYK
27, 0, 97, 8
Luminance
0.6820
Every format
| HEX | #aceb07 |
| RGB | rgb(172, 235, 7) |
| HSL | hsl(77, 94%, 48%) |
| CMYK | cmyk(27%, 0%, 97%, 8%) |
| LAB | lab(86.1 -45.4 83.2) |
| LCH | lch(86.1 94.8 118.6) |
| OKLCH | oklch(0.865 0.221 126.8) |
Copy-ready code
/* CSS */
color: #aceb07;
background-color: #aceb07;
/* Tailwind (arbitrary) */
class="text-[#aceb07] bg-[#aceb07]"
/* SCSS */
$brand: #aceb07;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.027)
/* Android */
Color.parseColor("#aceb07")Accessibility — WCAG contrast
Aa
#aceb07 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb07 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue2.7%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow97.0%
Key (black)7.8%
Color previews
#aceb07 text on a black background
contrast 14.64:1
Card sample
#aceb07 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb07;
Background color
Panel with #aceb07 background
background-color: #aceb07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb07; background: linear-gradient(135deg, #aceb07, #14EB07);