#636521
a dark, vivid yellow · cool · closest name: olive
RGB
99, 101, 33
HSL
62°, 51%, 26%
CMYK
2, 0, 67, 60
Luminance
0.1207
Every format
| HEX | #636521 |
| RGB | rgb(99, 101, 33) |
| HSL | hsl(62, 51%, 26%) |
| CMYK | cmyk(2%, 0%, 67%, 60%) |
| LAB | lab(41.3 -10.5 36.9) |
| LCH | lch(41.3 38.3 105.9) |
| OKLCH | oklch(0.491 0.089 110.9) |
Copy-ready code
/* CSS */
color: #636521;
background-color: #636521;
/* Tailwind (arbitrary) */
class="text-[#636521] bg-[#636521]"
/* SCSS */
$brand: #636521;
/* SwiftUI */
Color(red: 0.388, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#636521")Accessibility — WCAG contrast
Aa
#636521 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#636521 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green39.6%
Blue12.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#636521 text on a black background
contrast 3.41:1
Card sample
#636521 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #636521;
Background color
Panel with #636521 background
background-color: #636521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #636521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #636521; background: linear-gradient(135deg, #636521, #366521);