#74635a
a dark, muted orange · warm · closest name: gray
RGB
116, 99, 90
HSL
21°, 13%, 40%
CMYK
0, 15, 22, 55
Luminance
0.1337
Every format
| HEX | #74635a |
| RGB | rgb(116, 99, 90) |
| HSL | hsl(21, 13%, 40%) |
| CMYK | cmyk(0%, 15%, 22%, 55%) |
| LAB | lab(43.3 5.2 7.6) |
| LCH | lch(43.3 9.3 55.5) |
| OKLCH | oklch(0.513 0.026 49.6) |
Copy-ready code
/* CSS */
color: #74635a;
background-color: #74635a;
/* Tailwind (arbitrary) */
class="text-[#74635a] bg-[#74635a]"
/* SCSS */
$brand: #74635a;
/* SwiftUI */
Color(red: 0.455, green: 0.388, blue: 0.353)
/* Android */
Color.parseColor("#74635a")Accessibility — WCAG contrast
Aa
#74635a on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#74635a on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.8%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow22.4%
Key (black)54.5%
Color previews
#74635a text on a black background
contrast 3.67:1
Card sample
#74635a text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74635a;
Background color
Panel with #74635a background
background-color: #74635a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74635a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 99, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 99, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74635a; background: linear-gradient(135deg, #74635a, #74745A);