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