#675021
a dark, vivid yellow · warm · closest name: sienna
RGB
103, 80, 33
HSL
40°, 52%, 27%
CMYK
0, 22, 68, 60
Luminance
0.0873
Every format
| HEX | #675021 |
| RGB | rgb(103, 80, 33) |
| HSL | hsl(40, 52%, 27%) |
| CMYK | cmyk(0%, 22%, 68%, 60%) |
| LAB | lab(35.5 3.8 30.7) |
| LCH | lch(35.5 30.9 82.9) |
| OKLCH | oklch(0.445 0.071 82.9) |
Copy-ready code
/* CSS */
color: #675021;
background-color: #675021;
/* Tailwind (arbitrary) */
class="text-[#675021] bg-[#675021]"
/* SCSS */
$brand: #675021;
/* SwiftUI */
Color(red: 0.404, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#675021")Accessibility — WCAG contrast
Aa
#675021 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#675021 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow68.0%
Key (black)59.6%
Color previews
#675021 text on a black background
contrast 2.75:1
Card sample
#675021 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #675021;
Background color
Panel with #675021 background
background-color: #675021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #675021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #675021; background: linear-gradient(135deg, #675021, #4F6721);