#675413
a deep, vivid yellow · cool · closest name: olive
RGB
103, 84, 19
HSL
46°, 69%, 24%
CMYK
0, 18, 82, 60
Luminance
0.0927
Every format
| HEX | #675413 |
| RGB | rgb(103, 84, 19) |
| HSL | hsl(46, 69%, 24%) |
| CMYK | cmyk(0%, 18%, 82%, 60%) |
| LAB | lab(36.5 0.6 38.3) |
| LCH | lch(36.5 38.3 89.1) |
| OKLCH | oklch(0.453 0.084 91.7) |
Copy-ready code
/* CSS */
color: #675413;
background-color: #675413;
/* Tailwind (arbitrary) */
class="text-[#675413] bg-[#675413]"
/* SCSS */
$brand: #675413;
/* SwiftUI */
Color(red: 0.404, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#675413")Accessibility — WCAG contrast
Aa
#675413 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#675413 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow81.6%
Key (black)59.6%
Color previews
#675413 text on a black background
contrast 2.85:1
Card sample
#675413 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #675413;
Background color
Panel with #675413 background
background-color: #675413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #675413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #675413; background: linear-gradient(135deg, #675413, #426713);