#695721
a dark, vivid yellow · cool · closest name: sienna
RGB
105, 87, 33
HSL
45°, 52%, 27%
CMYK
0, 17, 69, 59
Luminance
0.0993
Every format
| HEX | #695721 |
| RGB | rgb(105, 87, 33) |
| HSL | hsl(45, 52%, 27%) |
| CMYK | cmyk(0%, 17%, 69%, 59%) |
| LAB | lab(37.7 0.6 33.2) |
| LCH | lch(37.7 33.2 89.0) |
| OKLCH | oklch(0.463 0.076 90.6) |
Copy-ready code
/* CSS */
color: #695721;
background-color: #695721;
/* Tailwind (arbitrary) */
class="text-[#695721] bg-[#695721]"
/* SCSS */
$brand: #695721;
/* SwiftUI */
Color(red: 0.412, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#695721")Accessibility — WCAG contrast
Aa
#695721 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#695721 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow68.6%
Key (black)58.8%
Color previews
#695721 text on a black background
contrast 2.99:1
Card sample
#695721 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695721;
Background color
Panel with #695721 background
background-color: #695721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695721; background: linear-gradient(135deg, #695721, #4B6921);