#ace600
a balanced, electric green · cool · closest name: yellow
RGB
172, 230, 0
HSL
75°, 100%, 45%
CMYK
25, 0, 100, 10
Luminance
0.6536
Every format
| HEX | #ace600 |
| RGB | rgb(172, 230, 0) |
| HSL | hsl(75, 100%, 45%) |
| CMYK | cmyk(25%, 0%, 100%, 10%) |
| LAB | lab(84.7 -43.3 82.7) |
| LCH | lch(84.7 93.3 117.7) |
| OKLCH | oklch(0.853 0.217 125.9) |
Copy-ready code
/* CSS */
color: #ace600;
background-color: #ace600;
/* Tailwind (arbitrary) */
class="text-[#ace600] bg-[#ace600]"
/* SCSS */
$brand: #ace600;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.000)
/* Android */
Color.parseColor("#ace600")Accessibility — WCAG contrast
Aa
#ace600 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace600 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue0.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow100.0%
Key (black)9.8%
Color previews
#ace600 text on a black background
contrast 14.07:1
Card sample
#ace600 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace600;
Background color
Panel with #ace600 background
background-color: #ace600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace600; background: linear-gradient(135deg, #ace600, #13E600);