#357f13
a dark, vivid green · cool · closest name: forestgreen
RGB
53, 127, 19
HSL
101°, 74%, 29%
CMYK
58, 0, 85, 50
Luminance
0.1598
Every format
| HEX | #357f13 |
| RGB | rgb(53, 127, 19) |
| HSL | hsl(101, 74%, 29%) |
| CMYK | cmyk(58%, 0%, 85%, 50%) |
| LAB | lab(47.0 -42.0 46.7) |
| LCH | lch(47.0 62.8 132.0) |
| OKLCH | oklch(0.529 0.155 138.4) |
Copy-ready code
/* CSS */
color: #357f13;
background-color: #357f13;
/* Tailwind (arbitrary) */
class="text-[#357f13] bg-[#357f13]"
/* SCSS */
$brand: #357f13;
/* SwiftUI */
Color(red: 0.208, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#357f13")Accessibility — WCAG contrast
Aa
#357f13 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#357f13 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green49.8%
Blue7.5%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow85.0%
Key (black)50.2%
Color previews
#357f13 text on a black background
contrast 4.20:1
Card sample
#357f13 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #357f13;
Background color
Panel with #357f13 background
background-color: #357f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #357f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #357f13; background: linear-gradient(135deg, #357f13, #137F39);