#057213
a deep, electric green · cool · closest name: forestgreen
RGB
5, 114, 19
HSL
128°, 92%, 23%
CMYK
96, 0, 83, 55
Luminance
0.1211
Every format
| HEX | #057213 |
| RGB | rgb(5, 114, 19) |
| HSL | hsl(128, 92%, 23%) |
| CMYK | cmyk(96%, 0%, 83%, 55%) |
| LAB | lab(41.4 -46.1 41.2) |
| LCH | lch(41.4 61.8 138.3) |
| OKLCH | oklch(0.480 0.155 143.7) |
Copy-ready code
/* CSS */
color: #057213;
background-color: #057213;
/* Tailwind (arbitrary) */
class="text-[#057213] bg-[#057213]"
/* SCSS */
$brand: #057213;
/* SwiftUI */
Color(red: 0.020, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#057213")Accessibility — WCAG contrast
Aa
#057213 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#057213 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green44.7%
Blue7.5%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#057213 text on a black background
contrast 3.42:1
Card sample
#057213 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #057213;
Background color
Panel with #057213 background
background-color: #057213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #057213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #057213; background: linear-gradient(135deg, #057213, #05725C);