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