#696321
a dark, vivid yellow · cool · closest name: olive
RGB
105, 99, 33
HSL
55°, 52%, 27%
CMYK
0, 6, 69, 59
Luminance
0.1204
Every format
| HEX | #696321 |
| RGB | rgb(105, 99, 33) |
| HSL | hsl(55, 52%, 27%) |
| CMYK | cmyk(0%, 6%, 69%, 59%) |
| LAB | lab(41.3 -6.5 37.0) |
| LCH | lch(41.3 37.6 100.0) |
| OKLCH | oklch(0.491 0.086 104.1) |
Copy-ready code
/* CSS */
color: #696321;
background-color: #696321;
/* Tailwind (arbitrary) */
class="text-[#696321] bg-[#696321]"
/* SCSS */
$brand: #696321;
/* SwiftUI */
Color(red: 0.412, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#696321")Accessibility — WCAG contrast
Aa
#696321 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696321 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow68.6%
Key (black)58.8%
Color previews
#696321 text on a black background
contrast 3.41:1
Card sample
#696321 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696321;
Background color
Panel with #696321 background
background-color: #696321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696321; background: linear-gradient(135deg, #696321, #3F6921);