#635521
a dark, vivid yellow · cool · closest name: sienna
RGB
99, 85, 33
HSL
47°, 50%, 26%
CMYK
0, 14, 67, 61
Luminance
0.0926
Every format
| HEX | #635521 |
| RGB | rgb(99, 85, 33) |
| HSL | hsl(47, 50%, 26%) |
| CMYK | cmyk(0%, 14%, 67%, 61%) |
| LAB | lab(36.5 -1.1 31.7) |
| LCH | lch(36.5 31.7 92.1) |
| OKLCH | oklch(0.452 0.073 94.2) |
Copy-ready code
/* CSS */
color: #635521;
background-color: #635521;
/* Tailwind (arbitrary) */
class="text-[#635521] bg-[#635521]"
/* SCSS */
$brand: #635521;
/* SwiftUI */
Color(red: 0.388, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#635521")Accessibility — WCAG contrast
Aa
#635521 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#635521 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow66.7%
Key (black)61.2%
Color previews
#635521 text on a black background
contrast 2.85:1
Card sample
#635521 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635521;
Background color
Panel with #635521 background
background-color: #635521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635521; background: linear-gradient(135deg, #635521, #456321);