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