#727f3c
a dark, soft green · cool · closest name: olivedrab
RGB
114, 127, 60
HSL
72°, 36%, 37%
CMYK
10, 0, 53, 50
Luminance
0.1908
Every format
| HEX | #727f3c |
| RGB | rgb(114, 127, 60) |
| HSL | hsl(72, 36%, 37%) |
| CMYK | cmyk(10%, 0%, 53%, 50%) |
| LAB | lab(50.8 -15.6 34.5) |
| LCH | lch(50.8 37.8 114.4) |
| OKLCH | oklch(0.570 0.093 118.5) |
Copy-ready code
/* CSS */
color: #727f3c;
background-color: #727f3c;
/* Tailwind (arbitrary) */
class="text-[#727f3c] bg-[#727f3c]"
/* SCSS */
$brand: #727f3c;
/* SwiftUI */
Color(red: 0.447, green: 0.498, blue: 0.235)
/* Android */
Color.parseColor("#727f3c")Accessibility — WCAG contrast
Aa
#727f3c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#727f3c on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green49.8%
Blue23.5%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow52.8%
Key (black)50.2%
Color previews
#727f3c text on a black background
contrast 4.82:1
Card sample
#727f3c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727f3c;
Background color
Panel with #727f3c background
background-color: #727f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 127, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 127, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727f3c; background: linear-gradient(135deg, #727f3c, #457F3C);