#65981c
a dark, vivid green · cool · closest name: olivedrab
RGB
101, 152, 28
HSL
85°, 69%, 35%
CMYK
34, 0, 82, 40
Luminance
0.2531
Every format
| HEX | #65981c |
| RGB | rgb(101, 152, 28) |
| HSL | hsl(85, 69%, 35%) |
| CMYK | cmyk(34%, 0%, 82%, 40%) |
| LAB | lab(57.4 -35.6 54.4) |
| LCH | lch(57.4 65.0 123.2) |
| OKLCH | oklch(0.621 0.157 130.3) |
Copy-ready code
/* CSS */
color: #65981c;
background-color: #65981c;
/* Tailwind (arbitrary) */
class="text-[#65981c] bg-[#65981c]"
/* SCSS */
$brand: #65981c;
/* SwiftUI */
Color(red: 0.396, green: 0.596, blue: 0.110)
/* Android */
Color.parseColor("#65981c")Accessibility — WCAG contrast
Aa
#65981c on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#65981c on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green59.6%
Blue11.0%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow81.6%
Key (black)40.4%
Color previews
#65981c text on a black background
contrast 6.06:1
Card sample
#65981c text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65981c;
Background color
Panel with #65981c background
background-color: #65981c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65981c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 152, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 152, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65981c; background: linear-gradient(135deg, #65981c, #1C9826);