#6b2e0f
a deep, electric orange · warm · closest name: sienna
RGB
107, 46, 15
HSL
20°, 75%, 24%
CMYK
0, 57, 86, 58
Luminance
0.0511
Every format
| HEX | #6b2e0f |
| RGB | rgb(107, 46, 15) |
| HSL | hsl(20, 75%, 24%) |
| CMYK | cmyk(0%, 57%, 86%, 58%) |
| LAB | lab(27.1 25.2 31.5) |
| LCH | lch(27.1 40.4 51.3) |
| OKLCH | oklch(0.381 0.097 44.3) |
Copy-ready code
/* CSS */
color: #6b2e0f;
background-color: #6b2e0f;
/* Tailwind (arbitrary) */
class="text-[#6b2e0f] bg-[#6b2e0f]"
/* SCSS */
$brand: #6b2e0f;
/* SwiftUI */
Color(red: 0.420, green: 0.180, blue: 0.059)
/* Android */
Color.parseColor("#6b2e0f")Accessibility — WCAG contrast
Aa
#6b2e0f on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b2e0f on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green18.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow86.0%
Key (black)58.0%
Color previews
#6b2e0f text on a black background
contrast 2.02:1
Card sample
#6b2e0f text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b2e0f;
Background color
Panel with #6b2e0f background
background-color: #6b2e0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b2e0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 46, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 46, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b2e0f; background: linear-gradient(135deg, #6b2e0f, #6B6B0F);