#60ba13
a dark, electric green · cool · closest name: green
RGB
96, 186, 19
HSL
92°, 82%, 40%
CMYK
48, 0, 90, 27
Luminance
0.3765
Every format
| HEX | #60ba13 |
| RGB | rgb(96, 186, 19) |
| HSL | hsl(92, 82%, 40%) |
| CMYK | cmyk(48%, 0%, 90%, 27%) |
| LAB | lab(67.8 -51.7 65.5) |
| LCH | lch(67.8 83.5 128.3) |
| OKLCH | oklch(0.705 0.203 135.6) |
Copy-ready code
/* CSS */
color: #60ba13;
background-color: #60ba13;
/* Tailwind (arbitrary) */
class="text-[#60ba13] bg-[#60ba13]"
/* SCSS */
$brand: #60ba13;
/* SwiftUI */
Color(red: 0.376, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#60ba13")Accessibility — WCAG contrast
Aa
#60ba13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ba13 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green72.9%
Blue7.5%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#60ba13 text on a black background
contrast 8.53:1
Card sample
#60ba13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ba13;
Background color
Panel with #60ba13 background
background-color: #60ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ba13; background: linear-gradient(135deg, #60ba13, #13BA35);