#ace60f
a balanced, electric green · cool · closest name: yellow
RGB
172, 230, 15
HSL
76°, 88%, 48%
CMYK
25, 0, 94, 10
Luminance
0.6540
Every format
| HEX | #ace60f |
| RGB | rgb(172, 230, 15) |
| HSL | hsl(76, 88%, 48%) |
| CMYK | cmyk(25%, 0%, 94%, 10%) |
| LAB | lab(84.7 -43.2 81.4) |
| LCH | lch(84.7 92.1 117.9) |
| OKLCH | oklch(0.854 0.215 126.0) |
Copy-ready code
/* CSS */
color: #ace60f;
background-color: #ace60f;
/* Tailwind (arbitrary) */
class="text-[#ace60f] bg-[#ace60f]"
/* SCSS */
$brand: #ace60f;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.059)
/* Android */
Color.parseColor("#ace60f")Accessibility — WCAG contrast
Aa
#ace60f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace60f on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue5.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow93.5%
Key (black)9.8%
Color previews
#ace60f text on a black background
contrast 14.08:1
Card sample
#ace60f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace60f;
Background color
Panel with #ace60f background
background-color: #ace60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace60f; background: linear-gradient(135deg, #ace60f, #1DE60F);