#645621
a dark, vivid yellow · cool · closest name: olive
RGB
100, 86, 33
HSL
48°, 50%, 26%
CMYK
0, 14, 67, 61
Luminance
0.0947
Every format
| HEX | #645621 |
| RGB | rgb(100, 86, 33) |
| HSL | hsl(48, 50%, 26%) |
| CMYK | cmyk(0%, 14%, 67%, 61%) |
| LAB | lab(36.9 -1.3 32.1) |
| LCH | lch(36.9 32.2 92.2) |
| OKLCH | oklch(0.456 0.074 94.5) |
Copy-ready code
/* CSS */
color: #645621;
background-color: #645621;
/* Tailwind (arbitrary) */
class="text-[#645621] bg-[#645621]"
/* SCSS */
$brand: #645621;
/* SwiftUI */
Color(red: 0.392, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#645621")Accessibility — WCAG contrast
Aa
#645621 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#645621 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow67.0%
Key (black)60.8%
Color previews
#645621 text on a black background
contrast 2.89:1
Card sample
#645621 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #645621;
Background color
Panel with #645621 background
background-color: #645621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #645621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #645621; background: linear-gradient(135deg, #645621, #456421);