#7f855f
a dark, soft yellow · cool · closest name: gray
RGB
127, 133, 95
HSL
70°, 17%, 45%
CMYK
5, 0, 29, 48
Luminance
0.2211
Every format
| HEX | #7f855f |
| RGB | rgb(127, 133, 95) |
| HSL | hsl(70, 17%, 45%) |
| CMYK | cmyk(5%, 0%, 29%, 48%) |
| LAB | lab(54.1 -9.0 19.8) |
| LCH | lch(54.1 21.7 114.3) |
| OKLCH | oklch(0.602 0.055 115.4) |
Copy-ready code
/* CSS */
color: #7f855f;
background-color: #7f855f;
/* Tailwind (arbitrary) */
class="text-[#7f855f] bg-[#7f855f]"
/* SCSS */
$brand: #7f855f;
/* SwiftUI */
Color(red: 0.498, green: 0.522, blue: 0.373)
/* Android */
Color.parseColor("#7f855f")Accessibility — WCAG contrast
Aa
#7f855f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f855f on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green52.2%
Blue37.3%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow28.6%
Key (black)47.8%
Color previews
#7f855f text on a black background
contrast 5.42:1
Card sample
#7f855f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f855f;
Background color
Panel with #7f855f background
background-color: #7f855f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f855f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 133, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 133, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f855f; background: linear-gradient(135deg, #7f855f, #66855F);