#718135
a dark, soft green · cool · closest name: olivedrab
RGB
113, 129, 53
HSL
73°, 42%, 36%
CMYK
12, 0, 59, 49
Luminance
0.1947
Every format
| HEX | #718135 |
| RGB | rgb(113, 129, 53) |
| HSL | hsl(73, 42%, 36%) |
| CMYK | cmyk(12%, 0%, 59%, 49%) |
| LAB | lab(51.2 -17.8 38.5) |
| LCH | lch(51.2 42.4 114.8) |
| OKLCH | oklch(0.573 0.103 119.7) |
Copy-ready code
/* CSS */
color: #718135;
background-color: #718135;
/* Tailwind (arbitrary) */
class="text-[#718135] bg-[#718135]"
/* SCSS */
$brand: #718135;
/* SwiftUI */
Color(red: 0.443, green: 0.506, blue: 0.208)
/* Android */
Color.parseColor("#718135")Accessibility — WCAG contrast
Aa
#718135 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718135 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green50.6%
Blue20.8%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow58.9%
Key (black)49.4%
Color previews
#718135 text on a black background
contrast 4.89:1
Card sample
#718135 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718135;
Background color
Panel with #718135 background
background-color: #718135;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718135;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 129, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 129, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718135; background: linear-gradient(135deg, #718135, #3E8135);