#674b13
a deep, vivid yellow · warm · closest name: sienna
RGB
103, 75, 19
HSL
40°, 69%, 24%
CMYK
0, 27, 82, 60
Luminance
0.0796
Every format
| HEX | #674b13 |
| RGB | rgb(103, 75, 19) |
| HSL | hsl(40, 69%, 24%) |
| CMYK | cmyk(0%, 27%, 82%, 60%) |
| LAB | lab(33.9 6.1 35.9) |
| LCH | lch(33.9 36.4 80.4) |
| OKLCH | oklch(0.432 0.080 80.4) |
Copy-ready code
/* CSS */
color: #674b13;
background-color: #674b13;
/* Tailwind (arbitrary) */
class="text-[#674b13] bg-[#674b13]"
/* SCSS */
$brand: #674b13;
/* SwiftUI */
Color(red: 0.404, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#674b13")Accessibility — WCAG contrast
Aa
#674b13 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#674b13 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow81.6%
Key (black)59.6%
Color previews
#674b13 text on a black background
contrast 2.59:1
Card sample
#674b13 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #674b13;
Background color
Panel with #674b13 background
background-color: #674b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #674b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #674b13; background: linear-gradient(135deg, #674b13, #4B6713);