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