#655021
a dark, vivid yellow · warm · closest name: sienna
RGB
101, 80, 33
HSL
42°, 51%, 26%
CMYK
0, 21, 67, 60
Luminance
0.0861
Every format
| HEX | #655021 |
| RGB | rgb(101, 80, 33) |
| HSL | hsl(42, 51%, 26%) |
| CMYK | cmyk(0%, 21%, 67%, 60%) |
| LAB | lab(35.2 2.9 30.4) |
| LCH | lch(35.2 30.5 84.6) |
| OKLCH | oklch(0.443 0.070 85.0) |
Copy-ready code
/* CSS */
color: #655021;
background-color: #655021;
/* Tailwind (arbitrary) */
class="text-[#655021] bg-[#655021]"
/* SCSS */
$brand: #655021;
/* SwiftUI */
Color(red: 0.396, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#655021")Accessibility — WCAG contrast
Aa
#655021 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655021 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow67.3%
Key (black)60.4%
Color previews
#655021 text on a black background
contrast 2.72:1
Card sample
#655021 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655021;
Background color
Panel with #655021 background
background-color: #655021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655021; background: linear-gradient(135deg, #655021, #4D6521);