#64320c
a deep, electric orange · warm · closest name: sienna
RGB
100, 50, 12
HSL
26°, 79%, 22%
CMYK
0, 50, 88, 61
Luminance
0.0502
Every format
| HEX | #64320c |
| RGB | rgb(100, 50, 12) |
| HSL | hsl(26, 79%, 22%) |
| CMYK | cmyk(0%, 50%, 88%, 61%) |
| LAB | lab(26.8 19.7 32.2) |
| LCH | lch(26.8 37.7 58.6) |
| OKLCH | oklch(0.376 0.087 52.7) |
Copy-ready code
/* CSS */
color: #64320c;
background-color: #64320c;
/* Tailwind (arbitrary) */
class="text-[#64320c] bg-[#64320c]"
/* SCSS */
$brand: #64320c;
/* SwiftUI */
Color(red: 0.392, green: 0.196, blue: 0.047)
/* Android */
Color.parseColor("#64320c")Accessibility — WCAG contrast
Aa
#64320c on white: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#64320c on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green19.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow88.0%
Key (black)60.8%
Color previews
#64320c text on a black background
contrast 2.00:1
Card sample
#64320c text on a white background
contrast 10.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64320c;
Background color
Panel with #64320c background
background-color: #64320c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64320c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 50, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 50, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64320c; background: linear-gradient(135deg, #64320c, #5C640C);