#676321
a dark, vivid yellow · cool · closest name: olive
RGB
103, 99, 33
HSL
57°, 52%, 27%
CMYK
0, 4, 68, 60
Luminance
0.1192
Every format
| HEX | #676321 |
| RGB | rgb(103, 99, 33) |
| HSL | hsl(57, 52%, 27%) |
| CMYK | cmyk(0%, 4%, 68%, 60%) |
| LAB | lab(41.1 -7.4 36.7) |
| LCH | lch(41.1 37.5 101.4) |
| OKLCH | oklch(0.489 0.086 105.8) |
Copy-ready code
/* CSS */
color: #676321;
background-color: #676321;
/* Tailwind (arbitrary) */
class="text-[#676321] bg-[#676321]"
/* SCSS */
$brand: #676321;
/* SwiftUI */
Color(red: 0.404, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#676321")Accessibility — WCAG contrast
Aa
#676321 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#676321 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow68.0%
Key (black)59.6%
Color previews
#676321 text on a black background
contrast 3.38:1
Card sample
#676321 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #676321;
Background color
Panel with #676321 background
background-color: #676321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #676321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #676321; background: linear-gradient(135deg, #676321, #3C6721);