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