#674635
a dark, soft orange · warm · closest name: sienna
RGB
103, 70, 53
HSL
20°, 32%, 31%
CMYK
0, 32, 49, 60
Luminance
0.0752
Every format
| HEX | #674635 |
| RGB | rgb(103, 70, 53) |
| HSL | hsl(20, 32%, 31%) |
| CMYK | cmyk(0%, 32%, 49%, 60%) |
| LAB | lab(33.0 11.9 15.9) |
| LCH | lch(33.0 19.9 53.2) |
| OKLCH | oklch(0.427 0.053 48.1) |
Copy-ready code
/* CSS */
color: #674635;
background-color: #674635;
/* Tailwind (arbitrary) */
class="text-[#674635] bg-[#674635]"
/* SCSS */
$brand: #674635;
/* SwiftUI */
Color(red: 0.404, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#674635")Accessibility — WCAG contrast
Aa
#674635 on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#674635 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow48.5%
Key (black)59.6%
Color previews
#674635 text on a black background
contrast 2.50:1
Card sample
#674635 text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #674635;
Background color
Panel with #674635 background
background-color: #674635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #674635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #674635; background: linear-gradient(135deg, #674635, #676735);