#635e21
a dark, vivid yellow · cool · closest name: olive
RGB
99, 94, 33
HSL
56°, 50%, 26%
CMYK
0, 5, 67, 61
Luminance
0.1077
Every format
| HEX | #635e21 |
| RGB | rgb(99, 94, 33) |
| HSL | hsl(56, 50%, 26%) |
| CMYK | cmyk(0%, 5%, 67%, 61%) |
| LAB | lab(39.2 -6.5 34.6) |
| LCH | lch(39.2 35.2 100.6) |
| OKLCH | oklch(0.473 0.082 104.6) |
Copy-ready code
/* CSS */
color: #635e21;
background-color: #635e21;
/* Tailwind (arbitrary) */
class="text-[#635e21] bg-[#635e21]"
/* SCSS */
$brand: #635e21;
/* SwiftUI */
Color(red: 0.388, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#635e21")Accessibility — WCAG contrast
Aa
#635e21 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#635e21 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow66.7%
Key (black)61.2%
Color previews
#635e21 text on a black background
contrast 3.15:1
Card sample
#635e21 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635e21;
Background color
Panel with #635e21 background
background-color: #635e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635e21; background: linear-gradient(135deg, #635e21, #3C6321);