#57cf13
a dark, electric green · cool · closest name: lime
RGB
87, 207, 19
HSL
98°, 83%, 44%
CMYK
58, 0, 91, 19
Luminance
0.4670
Every format
| HEX | #57cf13 |
| RGB | rgb(87, 207, 19) |
| HSL | hsl(98, 83%, 44%) |
| CMYK | cmyk(58%, 0%, 91%, 19%) |
| LAB | lab(74.0 -61.9 70.6) |
| LCH | lch(74.0 93.8 131.2) |
| OKLCH | oklch(0.755 0.230 138.2) |
Copy-ready code
/* CSS */
color: #57cf13;
background-color: #57cf13;
/* Tailwind (arbitrary) */
class="text-[#57cf13] bg-[#57cf13]"
/* SCSS */
$brand: #57cf13;
/* SwiftUI */
Color(red: 0.341, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#57cf13")Accessibility — WCAG contrast
Aa
#57cf13 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57cf13 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green81.2%
Blue7.5%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#57cf13 text on a black background
contrast 10.34:1
Card sample
#57cf13 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57cf13;
Background color
Panel with #57cf13 background
background-color: #57cf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57cf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57cf13; background: linear-gradient(135deg, #57cf13, #13CF4C);