#788635
a dark, soft green · cool · closest name: olivedrab
RGB
120, 134, 53
HSL
70°, 43%, 37%
CMYK
10, 0, 60, 48
Luminance
0.2130
Every format
| HEX | #788635 |
| RGB | rgb(120, 134, 53) |
| HSL | hsl(70, 43%, 37%) |
| CMYK | cmyk(10%, 0%, 60%, 48%) |
| LAB | lab(53.3 -17.4 40.9) |
| LCH | lch(53.3 44.5 113.0) |
| OKLCH | oklch(0.591 0.107 118.0) |
Copy-ready code
/* CSS */
color: #788635;
background-color: #788635;
/* Tailwind (arbitrary) */
class="text-[#788635] bg-[#788635]"
/* SCSS */
$brand: #788635;
/* SwiftUI */
Color(red: 0.471, green: 0.525, blue: 0.208)
/* Android */
Color.parseColor("#788635")Accessibility — WCAG contrast
Aa
#788635 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788635 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green52.5%
Blue20.8%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow60.4%
Key (black)47.5%
Color previews
#788635 text on a black background
contrast 5.26:1
Card sample
#788635 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788635;
Background color
Panel with #788635 background
background-color: #788635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 134, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 134, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788635; background: linear-gradient(135deg, #788635, #428635);