#6a5321
a dark, vivid yellow · warm · closest name: sienna
RGB
106, 83, 33
HSL
41°, 53%, 27%
CMYK
0, 22, 69, 58
Luminance
0.0936
Every format
| HEX | #6a5321 |
| RGB | rgb(106, 83, 33) |
| HSL | hsl(41, 53%, 27%) |
| CMYK | cmyk(0%, 22%, 69%, 58%) |
| LAB | lab(36.7 3.5 32.1) |
| LCH | lch(36.7 32.3 83.8) |
| OKLCH | oklch(0.455 0.074 84.2) |
Copy-ready code
/* CSS */
color: #6a5321;
background-color: #6a5321;
/* Tailwind (arbitrary) */
class="text-[#6a5321] bg-[#6a5321]"
/* SCSS */
$brand: #6a5321;
/* SwiftUI */
Color(red: 0.416, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#6a5321")Accessibility — WCAG contrast
Aa
#6a5321 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a5321 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow68.9%
Key (black)58.4%
Color previews
#6a5321 text on a black background
contrast 2.87:1
Card sample
#6a5321 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a5321;
Background color
Panel with #6a5321 background
background-color: #6a5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a5321; background: linear-gradient(135deg, #6a5321, #506A21);