#5f7253
a dark, soft green · cool · closest name: gray
RGB
95, 114, 83
HSL
97°, 16%, 39%
CMYK
17, 0, 27, 55
Luminance
0.1509
Every format
| HEX | #5f7253 |
| RGB | rgb(95, 114, 83) |
| HSL | hsl(97, 16%, 39%) |
| CMYK | cmyk(17%, 0%, 27%, 55%) |
| LAB | lab(45.8 -13.3 14.9) |
| LCH | lch(45.8 20.0 131.8) |
| OKLCH | oklch(0.528 0.052 133.6) |
Copy-ready code
/* CSS */
color: #5f7253;
background-color: #5f7253;
/* Tailwind (arbitrary) */
class="text-[#5f7253] bg-[#5f7253]"
/* SCSS */
$brand: #5f7253;
/* SwiftUI */
Color(red: 0.373, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#5f7253")Accessibility — WCAG contrast
Aa
#5f7253 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f7253 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green44.7%
Blue32.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow27.2%
Key (black)55.3%
Color previews
#5f7253 text on a black background
contrast 4.02:1
Card sample
#5f7253 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7253;
Background color
Panel with #5f7253 background
background-color: #5f7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7253; background: linear-gradient(135deg, #5f7253, #53725C);