#676021
a dark, vivid yellow · cool · closest name: olive
RGB
103, 96, 33
HSL
54°, 52%, 27%
CMYK
0, 7, 68, 60
Luminance
0.1136
Every format
| HEX | #676021 |
| RGB | rgb(103, 96, 33) |
| HSL | hsl(54, 52%, 27%) |
| CMYK | cmyk(0%, 7%, 68%, 60%) |
| LAB | lab(40.2 -5.7 35.8) |
| LCH | lch(40.2 36.2 99.1) |
| OKLCH | oklch(0.482 0.083 103.0) |
Copy-ready code
/* CSS */
color: #676021;
background-color: #676021;
/* Tailwind (arbitrary) */
class="text-[#676021] bg-[#676021]"
/* SCSS */
$brand: #676021;
/* SwiftUI */
Color(red: 0.404, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#676021")Accessibility — WCAG contrast
Aa
#676021 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#676021 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow68.0%
Key (black)59.6%
Color previews
#676021 text on a black background
contrast 3.27:1
Card sample
#676021 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #676021;
Background color
Panel with #676021 background
background-color: #676021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #676021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #676021; background: linear-gradient(135deg, #676021, #3F6721);