#60ac00
a dark, electric green · cool · closest name: green
RGB
96, 172, 0
HSL
87°, 100%, 34%
CMYK
44, 0, 100, 33
Luminance
0.3199
Every format
| HEX | #60ac00 |
| RGB | rgb(96, 172, 0) |
| HSL | hsl(87, 100%, 34%) |
| CMYK | cmyk(44%, 0%, 100%, 33%) |
| LAB | lab(63.3 -46.7 64.5) |
| LCH | lch(63.3 79.6 125.9) |
| OKLCH | oklch(0.668 0.191 133.7) |
Copy-ready code
/* CSS */
color: #60ac00;
background-color: #60ac00;
/* Tailwind (arbitrary) */
class="text-[#60ac00] bg-[#60ac00]"
/* SCSS */
$brand: #60ac00;
/* SwiftUI */
Color(red: 0.376, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#60ac00")Accessibility — WCAG contrast
Aa
#60ac00 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ac00 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.5%
Blue0.0%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#60ac00 text on a black background
contrast 7.40:1
Card sample
#60ac00 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ac00;
Background color
Panel with #60ac00 background
background-color: #60ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ac00; background: linear-gradient(135deg, #60ac00, #00AC13);