#5d7607
a deep, electric green · cool · closest name: olivedrab
RGB
93, 118, 7
HSL
74°, 89%, 25%
CMYK
21, 0, 94, 54
Luminance
0.1530
Every format
| HEX | #5d7607 |
| RGB | rgb(93, 118, 7) |
| HSL | hsl(74, 89%, 25%) |
| CMYK | cmyk(21%, 0%, 94%, 54%) |
| LAB | lab(46.0 -23.5 49.6) |
| LCH | lch(46.0 54.9 115.4) |
| OKLCH | oklch(0.527 0.127 123.3) |
Copy-ready code
/* CSS */
color: #5d7607;
background-color: #5d7607;
/* Tailwind (arbitrary) */
class="text-[#5d7607] bg-[#5d7607]"
/* SCSS */
$brand: #5d7607;
/* SwiftUI */
Color(red: 0.365, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#5d7607")Accessibility — WCAG contrast
Aa
#5d7607 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d7607 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#5d7607 text on a black background
contrast 4.06:1
Card sample
#5d7607 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d7607;
Background color
Panel with #5d7607 background
background-color: #5d7607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d7607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d7607; background: linear-gradient(135deg, #5d7607, #137607);