#635721
a dark, vivid yellow · cool · closest name: olive
RGB
99, 87, 33
HSL
49°, 50%, 26%
CMYK
0, 12, 67, 61
Luminance
0.0958
Every format
| HEX | #635721 |
| RGB | rgb(99, 87, 33) |
| HSL | hsl(49, 50%, 26%) |
| CMYK | cmyk(0%, 12%, 67%, 61%) |
| LAB | lab(37.1 -2.3 32.3) |
| LCH | lch(37.1 32.4 94.1) |
| OKLCH | oklch(0.457 0.074 96.8) |
Copy-ready code
/* CSS */
color: #635721;
background-color: #635721;
/* Tailwind (arbitrary) */
class="text-[#635721] bg-[#635721]"
/* SCSS */
$brand: #635721;
/* SwiftUI */
Color(red: 0.388, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#635721")Accessibility — WCAG contrast
Aa
#635721 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#635721 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow66.7%
Key (black)61.2%
Color previews
#635721 text on a black background
contrast 2.92:1
Card sample
#635721 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635721;
Background color
Panel with #635721 background
background-color: #635721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635721; background: linear-gradient(135deg, #635721, #436321);