#675b21
a dark, vivid yellow · cool · closest name: olive
RGB
103, 91, 33
HSL
50°, 52%, 27%
CMYK
0, 12, 68, 60
Luminance
0.1048
Every format
| HEX | #675b21 |
| RGB | rgb(103, 91, 33) |
| HSL | hsl(50, 52%, 27%) |
| CMYK | cmyk(0%, 12%, 68%, 60%) |
| LAB | lab(38.7 -2.8 34.2) |
| LCH | lch(38.7 34.3 94.6) |
| OKLCH | oklch(0.470 0.079 97.6) |
Copy-ready code
/* CSS */
color: #675b21;
background-color: #675b21;
/* Tailwind (arbitrary) */
class="text-[#675b21] bg-[#675b21]"
/* SCSS */
$brand: #675b21;
/* SwiftUI */
Color(red: 0.404, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#675b21")Accessibility — WCAG contrast
Aa
#675b21 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#675b21 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow68.0%
Key (black)59.6%
Color previews
#675b21 text on a black background
contrast 3.10:1
Card sample
#675b21 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #675b21;
Background color
Panel with #675b21 background
background-color: #675b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #675b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #675b21; background: linear-gradient(135deg, #675b21, #446721);