#6b490f
a deep, electric orange · warm · closest name: sienna
RGB
107, 73, 15
HSL
38°, 75%, 24%
CMYK
0, 32, 86, 58
Luminance
0.0793
Every format
| HEX | #6b490f |
| RGB | rgb(107, 73, 15) |
| HSL | hsl(38, 75%, 24%) |
| CMYK | cmyk(0%, 32%, 86%, 58%) |
| LAB | lab(33.8 9.1 37.6) |
| LCH | lch(33.8 38.7 76.4) |
| OKLCH | oklch(0.433 0.084 75.3) |
Copy-ready code
/* CSS */
color: #6b490f;
background-color: #6b490f;
/* Tailwind (arbitrary) */
class="text-[#6b490f] bg-[#6b490f]"
/* SCSS */
$brand: #6b490f;
/* SwiftUI */
Color(red: 0.420, green: 0.286, blue: 0.059)
/* Android */
Color.parseColor("#6b490f")Accessibility — WCAG contrast
Aa
#6b490f on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b490f on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green28.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow86.0%
Key (black)58.0%
Color previews
#6b490f text on a black background
contrast 2.59:1
Card sample
#6b490f text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b490f;
Background color
Panel with #6b490f background
background-color: #6b490f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b490f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 73, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 73, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b490f; background: linear-gradient(135deg, #6b490f, #506B0F);