#68340b
a deep, electric orange · warm · closest name: sienna
RGB
104, 52, 11
HSL
27°, 81%, 23%
CMYK
0, 50, 89, 59
Luminance
0.0542
Every format
| HEX | #68340b |
| RGB | rgb(104, 52, 11) |
| HSL | hsl(27, 81%, 23%) |
| CMYK | cmyk(0%, 50%, 89%, 59%) |
| LAB | lab(27.9 20.3 33.9) |
| LCH | lch(27.9 39.5 59.1) |
| OKLCH | oklch(0.386 0.090 53.1) |
Copy-ready code
/* CSS */
color: #68340b;
background-color: #68340b;
/* Tailwind (arbitrary) */
class="text-[#68340b] bg-[#68340b]"
/* SCSS */
$brand: #68340b;
/* SwiftUI */
Color(red: 0.408, green: 0.204, blue: 0.043)
/* Android */
Color.parseColor("#68340b")Accessibility — WCAG contrast
Aa
#68340b on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#68340b on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green20.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow89.4%
Key (black)59.2%
Color previews
#68340b text on a black background
contrast 2.08:1
Card sample
#68340b text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68340b;
Background color
Panel with #68340b background
background-color: #68340b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68340b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 52, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 52, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68340b; background: linear-gradient(135deg, #68340b, #5E680B);