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