#675721
a dark, vivid yellow · cool · closest name: olive
RGB
103, 87, 33
HSL
46°, 52%, 27%
CMYK
0, 16, 68, 60
Luminance
0.0981
Every format
| HEX | #675721 |
| RGB | rgb(103, 87, 33) |
| HSL | hsl(46, 52%, 27%) |
| CMYK | cmyk(0%, 16%, 68%, 60%) |
| LAB | lab(37.5 -0.4 32.9) |
| LCH | lch(37.5 32.9 90.7) |
| OKLCH | oklch(0.461 0.075 92.7) |
Copy-ready code
/* CSS */
color: #675721;
background-color: #675721;
/* Tailwind (arbitrary) */
class="text-[#675721] bg-[#675721]"
/* SCSS */
$brand: #675721;
/* SwiftUI */
Color(red: 0.404, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#675721")Accessibility — WCAG contrast
Aa
#675721 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#675721 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow68.0%
Key (black)59.6%
Color previews
#675721 text on a black background
contrast 2.96:1
Card sample
#675721 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #675721;
Background color
Panel with #675721 background
background-color: #675721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #675721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #675721; background: linear-gradient(135deg, #675721, #486721);