#655721
a dark, vivid yellow · cool · closest name: olive
RGB
101, 87, 33
HSL
48°, 51%, 26%
CMYK
0, 14, 67, 60
Luminance
0.0969
Every format
| HEX | #655721 |
| RGB | rgb(101, 87, 33) |
| HSL | hsl(48, 51%, 26%) |
| CMYK | cmyk(0%, 14%, 67%, 60%) |
| LAB | lab(37.3 -1.4 32.6) |
| LCH | lch(37.3 32.6 92.4) |
| OKLCH | oklch(0.459 0.075 94.7) |
Copy-ready code
/* CSS */
color: #655721;
background-color: #655721;
/* Tailwind (arbitrary) */
class="text-[#655721] bg-[#655721]"
/* SCSS */
$brand: #655721;
/* SwiftUI */
Color(red: 0.396, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#655721")Accessibility — WCAG contrast
Aa
#655721 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655721 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow67.3%
Key (black)60.4%
Color previews
#655721 text on a black background
contrast 2.94:1
Card sample
#655721 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655721;
Background color
Panel with #655721 background
background-color: #655721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655721; background: linear-gradient(135deg, #655721, #466521);