#05570b
a deep, electric green · cool · closest name: seagreen
RGB
5, 87, 11
HSL
124°, 89%, 18%
CMYK
94, 0, 87, 66
Luminance
0.0687
Every format
| HEX | #05570b |
| RGB | rgb(5, 87, 11) |
| HSL | hsl(124, 89%, 18%) |
| CMYK | cmyk(94%, 0%, 87%, 66%) |
| LAB | lab(31.5 -38.0 34.4) |
| LCH | lch(31.5 51.3 137.8) |
| OKLCH | oklch(0.397 0.128 143.3) |
Copy-ready code
/* CSS */
color: #05570b;
background-color: #05570b;
/* Tailwind (arbitrary) */
class="text-[#05570b] bg-[#05570b]"
/* SCSS */
$brand: #05570b;
/* SwiftUI */
Color(red: 0.020, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#05570b")Accessibility — WCAG contrast
Aa
#05570b on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05570b on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green34.1%
Blue4.3%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow87.4%
Key (black)65.9%
Color previews
#05570b text on a black background
contrast 2.37:1
Card sample
#05570b text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05570b;
Background color
Panel with #05570b background
background-color: #05570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05570b; background: linear-gradient(135deg, #05570b, #055742);