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