#635021
a dark, vivid yellow · warm · closest name: sienna
RGB
99, 80, 33
HSL
43°, 50%, 26%
CMYK
0, 19, 67, 61
Luminance
0.0850
Every format
| HEX | #635021 |
| RGB | rgb(99, 80, 33) |
| HSL | hsl(43, 50%, 26%) |
| CMYK | cmyk(0%, 19%, 67%, 61%) |
| LAB | lab(35.0 1.9 30.0) |
| LCH | lch(35.0 30.1 86.4) |
| OKLCH | oklch(0.440 0.069 87.2) |
Copy-ready code
/* CSS */
color: #635021;
background-color: #635021;
/* Tailwind (arbitrary) */
class="text-[#635021] bg-[#635021]"
/* SCSS */
$brand: #635021;
/* SwiftUI */
Color(red: 0.388, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#635021")Accessibility — WCAG contrast
Aa
#635021 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#635021 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow66.7%
Key (black)61.2%
Color previews
#635021 text on a black background
contrast 2.70:1
Card sample
#635021 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635021;
Background color
Panel with #635021 background
background-color: #635021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635021; background: linear-gradient(135deg, #635021, #4A6321);