#57ab0f
a dark, electric green · cool · closest name: green
RGB
87, 171, 15
HSL
92°, 84%, 37%
CMYK
49, 0, 91, 33
Luminance
0.3119
Every format
| HEX | #57ab0f |
| RGB | rgb(87, 171, 15) |
| HSL | hsl(92, 84%, 37%) |
| CMYK | cmyk(49%, 0%, 91%, 33%) |
| LAB | lab(62.7 -48.9 61.7) |
| LCH | lch(62.7 78.8 128.4) |
| OKLCH | oklch(0.662 0.191 135.7) |
Copy-ready code
/* CSS */
color: #57ab0f;
background-color: #57ab0f;
/* Tailwind (arbitrary) */
class="text-[#57ab0f] bg-[#57ab0f]"
/* SCSS */
$brand: #57ab0f;
/* SwiftUI */
Color(red: 0.341, green: 0.671, blue: 0.059)
/* Android */
Color.parseColor("#57ab0f")Accessibility — WCAG contrast
Aa
#57ab0f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57ab0f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.1%
Blue5.9%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow91.2%
Key (black)32.9%
Color previews
#57ab0f text on a black background
contrast 7.24:1
Card sample
#57ab0f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57ab0f;
Background color
Panel with #57ab0f background
background-color: #57ab0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57ab0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 171, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 171, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57ab0f; background: linear-gradient(135deg, #57ab0f, #0FAB2F);