#aceb45
a balanced, electric green · cool · closest name: yellow
RGB
172, 235, 69
HSL
83°, 81%, 60%
CMYK
27, 0, 71, 8
Luminance
0.6862
Every format
| HEX | #aceb45 |
| RGB | rgb(172, 235, 69) |
| HSL | hsl(83, 81%, 60%) |
| CMYK | cmyk(27%, 0%, 71%, 8%) |
| LAB | lab(86.3 -43.4 70.1) |
| LCH | lch(86.3 82.4 121.8) |
| OKLCH | oklch(0.867 0.200 128.3) |
Copy-ready code
/* CSS */
color: #aceb45;
background-color: #aceb45;
/* Tailwind (arbitrary) */
class="text-[#aceb45] bg-[#aceb45]"
/* SCSS */
$brand: #aceb45;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.271)
/* Android */
Color.parseColor("#aceb45")Accessibility — WCAG contrast
Aa
#aceb45 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb45 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue27.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow70.6%
Key (black)7.8%
Color previews
#aceb45 text on a black background
contrast 14.72:1
Card sample
#aceb45 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb45;
Background color
Panel with #aceb45 background
background-color: #aceb45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb45; background: linear-gradient(135deg, #aceb45, #45EB4D);