#537708
a deep, electric green · cool · closest name: olivedrab
RGB
83, 119, 8
HSL
80°, 87%, 25%
CMYK
30, 0, 93, 53
Luminance
0.1505
Every format
| HEX | #537708 |
| RGB | rgb(83, 119, 8) |
| HSL | hsl(80, 87%, 25%) |
| CMYK | cmyk(30%, 0%, 93%, 53%) |
| LAB | lab(45.7 -28.3 48.8) |
| LCH | lch(45.7 56.4 120.1) |
| OKLCH | oklch(0.522 0.133 127.9) |
Copy-ready code
/* CSS */
color: #537708;
background-color: #537708;
/* Tailwind (arbitrary) */
class="text-[#537708] bg-[#537708]"
/* SCSS */
$brand: #537708;
/* SwiftUI */
Color(red: 0.325, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#537708")Accessibility — WCAG contrast
Aa
#537708 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#537708 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green46.7%
Blue3.1%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow93.3%
Key (black)53.3%
Color previews
#537708 text on a black background
contrast 4.01:1
Card sample
#537708 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537708;
Background color
Panel with #537708 background
background-color: #537708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537708; background: linear-gradient(135deg, #537708, #097708);