#68280c
a deep, electric orange · warm · closest name: sienna
RGB
104, 40, 12
HSL
18°, 79%, 23%
CMYK
0, 62, 89, 59
Luminance
0.0449
Every format
| HEX | #68280c |
| RGB | rgb(104, 40, 12) |
| HSL | hsl(18, 79%, 23%) |
| CMYK | cmyk(0%, 62%, 89%, 59%) |
| LAB | lab(25.2 27.1 31.1) |
| LCH | lch(25.2 41.3 48.8) |
| OKLCH | oklch(0.366 0.100 41.4) |
Copy-ready code
/* CSS */
color: #68280c;
background-color: #68280c;
/* Tailwind (arbitrary) */
class="text-[#68280c] bg-[#68280c]"
/* SCSS */
$brand: #68280c;
/* SwiftUI */
Color(red: 0.408, green: 0.157, blue: 0.047)
/* Android */
Color.parseColor("#68280c")Accessibility — WCAG contrast
Aa
#68280c on white: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#68280c on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green15.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow88.5%
Key (black)59.2%
Color previews
#68280c text on a black background
contrast 1.90:1
Card sample
#68280c text on a white background
contrast 11.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68280c;
Background color
Panel with #68280c background
background-color: #68280c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68280c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 40, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 40, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68280c; background: linear-gradient(135deg, #68280c, #68650C);