#695621
a dark, vivid yellow · warm · closest name: sienna
RGB
105, 86, 33
HSL
44°, 52%, 27%
CMYK
0, 18, 69, 59
Luminance
0.0977
Every format
| HEX | #695621 |
| RGB | rgb(105, 86, 33) |
| HSL | hsl(44, 52%, 27%) |
| CMYK | cmyk(0%, 18%, 69%, 59%) |
| LAB | lab(37.4 1.2 32.9) |
| LCH | lch(37.4 32.9 87.9) |
| OKLCH | oklch(0.461 0.075 89.3) |
Copy-ready code
/* CSS */
color: #695621;
background-color: #695621;
/* Tailwind (arbitrary) */
class="text-[#695621] bg-[#695621]"
/* SCSS */
$brand: #695621;
/* SwiftUI */
Color(red: 0.412, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#695621")Accessibility — WCAG contrast
Aa
#695621 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#695621 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow68.6%
Key (black)58.8%
Color previews
#695621 text on a black background
contrast 2.95:1
Card sample
#695621 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695621;
Background color
Panel with #695621 background
background-color: #695621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695621; background: linear-gradient(135deg, #695621, #4C6921);