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