#605321
a dark, vivid yellow · cool · closest name: sienna
RGB
96, 83, 33
HSL
48°, 49%, 25%
CMYK
0, 14, 66, 62
Luminance
0.0878
Every format
| HEX | #605321 |
| RGB | rgb(96, 83, 33) |
| HSL | hsl(48, 49%, 25%) |
| CMYK | cmyk(0%, 14%, 66%, 62%) |
| LAB | lab(35.6 -1.4 30.6) |
| LCH | lch(35.6 30.6 92.6) |
| OKLCH | oklch(0.444 0.071 94.8) |
Copy-ready code
/* CSS */
color: #605321;
background-color: #605321;
/* Tailwind (arbitrary) */
class="text-[#605321] bg-[#605321]"
/* SCSS */
$brand: #605321;
/* SwiftUI */
Color(red: 0.376, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#605321")Accessibility — WCAG contrast
Aa
#605321 on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605321 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow65.6%
Key (black)62.4%
Color previews
#605321 text on a black background
contrast 2.76:1
Card sample
#605321 text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605321;
Background color
Panel with #605321 background
background-color: #605321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605321; background: linear-gradient(135deg, #605321, #436021);