#539f13
a dark, electric green · cool · closest name: forestgreen
RGB
83, 159, 19
HSL
93°, 79%, 35%
CMYK
48, 0, 88, 38
Luminance
0.2668
Every format
| HEX | #539f13 |
| RGB | rgb(83, 159, 19) |
| HSL | hsl(93, 79%, 35%) |
| CMYK | cmyk(48%, 0%, 88%, 38%) |
| LAB | lab(58.7 -45.3 57.5) |
| LCH | lch(58.7 73.3 128.2) |
| OKLCH | oklch(0.629 0.178 135.4) |
Copy-ready code
/* CSS */
color: #539f13;
background-color: #539f13;
/* Tailwind (arbitrary) */
class="text-[#539f13] bg-[#539f13]"
/* SCSS */
$brand: #539f13;
/* SwiftUI */
Color(red: 0.325, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#539f13")Accessibility — WCAG contrast
Aa
#539f13 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#539f13 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green62.4%
Blue7.5%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow88.1%
Key (black)37.6%
Color previews
#539f13 text on a black background
contrast 6.34:1
Card sample
#539f13 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #539f13;
Background color
Panel with #539f13 background
background-color: #539f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #539f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #539f13; background: linear-gradient(135deg, #539f13, #139F30);