#6b320f
a deep, electric orange · warm · closest name: sienna
RGB
107, 50, 15
HSL
23°, 75%, 24%
CMYK
0, 53, 86, 58
Luminance
0.0544
Every format
| HEX | #6b320f |
| RGB | rgb(107, 50, 15) |
| HSL | hsl(23, 75%, 24%) |
| CMYK | cmyk(0%, 53%, 86%, 58%) |
| LAB | lab(28.0 23.0 32.3) |
| LCH | lch(28.0 39.6 54.6) |
| OKLCH | oklch(0.388 0.093 48.1) |
Copy-ready code
/* CSS */
color: #6b320f;
background-color: #6b320f;
/* Tailwind (arbitrary) */
class="text-[#6b320f] bg-[#6b320f]"
/* SCSS */
$brand: #6b320f;
/* SwiftUI */
Color(red: 0.420, green: 0.196, blue: 0.059)
/* Android */
Color.parseColor("#6b320f")Accessibility — WCAG contrast
Aa
#6b320f on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b320f on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green19.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow86.0%
Key (black)58.0%
Color previews
#6b320f text on a black background
contrast 2.09:1
Card sample
#6b320f text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b320f;
Background color
Panel with #6b320f background
background-color: #6b320f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b320f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 50, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 50, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b320f; background: linear-gradient(135deg, #6b320f, #676B0F);