#682f1c
a dark, vivid orange · warm · closest name: sienna
RGB
104, 47, 28
HSL
15°, 58%, 26%
CMYK
0, 55, 73, 59
Luminance
0.0506
Every format
| HEX | #682f1c |
| RGB | rgb(104, 47, 28) |
| HSL | hsl(15, 58%, 26%) |
| CMYK | cmyk(0%, 55%, 73%, 59%) |
| LAB | lab(26.9 24.0 23.9) |
| LCH | lch(26.9 33.9 44.9) |
| OKLCH | oklch(0.379 0.087 38.8) |
Copy-ready code
/* CSS */
color: #682f1c;
background-color: #682f1c;
/* Tailwind (arbitrary) */
class="text-[#682f1c] bg-[#682f1c]"
/* SCSS */
$brand: #682f1c;
/* SwiftUI */
Color(red: 0.408, green: 0.184, blue: 0.110)
/* Android */
Color.parseColor("#682f1c")Accessibility — WCAG contrast
Aa
#682f1c on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682f1c on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow73.1%
Key (black)59.2%
Color previews
#682f1c text on a black background
contrast 2.01:1
Card sample
#682f1c text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682f1c;
Background color
Panel with #682f1c background
background-color: #682f1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682f1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 47, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 47, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682f1c; background: linear-gradient(135deg, #682f1c, #68621C);