#538607
a dark, electric green · cool · closest name: olivedrab
RGB
83, 134, 7
HSL
84°, 90%, 28%
CMYK
38, 0, 95, 48
Luminance
0.1890
Every format
| HEX | #538607 |
| RGB | rgb(83, 134, 7) |
| HSL | hsl(84, 90%, 28%) |
| CMYK | cmyk(38%, 0%, 95%, 48%) |
| LAB | lab(50.6 -35.2 53.0) |
| LCH | lch(50.6 63.6 123.6) |
| OKLCH | oklch(0.562 0.152 131.4) |
Copy-ready code
/* CSS */
color: #538607;
background-color: #538607;
/* Tailwind (arbitrary) */
class="text-[#538607] bg-[#538607]"
/* SCSS */
$brand: #538607;
/* SwiftUI */
Color(red: 0.325, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#538607")Accessibility — WCAG contrast
Aa
#538607 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#538607 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green52.5%
Blue2.7%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#538607 text on a black background
contrast 4.78:1
Card sample
#538607 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #538607;
Background color
Panel with #538607 background
background-color: #538607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #538607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #538607; background: linear-gradient(135deg, #538607, #078610);