#74635f
a dark, muted red · warm · closest name: gray
RGB
116, 99, 95
HSL
11°, 10%, 41%
CMYK
0, 15, 18, 55
Luminance
0.1346
Every format
| HEX | #74635f |
| RGB | rgb(116, 99, 95) |
| HSL | hsl(11, 10%, 41%) |
| CMYK | cmyk(0%, 15%, 18%, 55%) |
| LAB | lab(43.5 6.1 4.8) |
| LCH | lch(43.5 7.7 38.2) |
| OKLCH | oklch(0.515 0.023 33.4) |
Copy-ready code
/* CSS */
color: #74635f;
background-color: #74635f;
/* Tailwind (arbitrary) */
class="text-[#74635f] bg-[#74635f]"
/* SCSS */
$brand: #74635f;
/* SwiftUI */
Color(red: 0.455, green: 0.388, blue: 0.373)
/* Android */
Color.parseColor("#74635f")Accessibility — WCAG contrast
Aa
#74635f on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#74635f on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow18.1%
Key (black)54.5%
Color previews
#74635f text on a black background
contrast 3.69:1
Card sample
#74635f text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74635f;
Background color
Panel with #74635f background
background-color: #74635f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74635f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 99, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 99, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74635f; background: linear-gradient(135deg, #74635f, #74715F);