#663321
a dark, vivid orange · warm · closest name: sienna
RGB
102, 51, 33
HSL
16°, 51%, 27%
CMYK
0, 50, 68, 60
Luminance
0.0530
Every format
| HEX | #663321 |
| RGB | rgb(102, 51, 33) |
| HSL | hsl(16, 51%, 27%) |
| CMYK | cmyk(0%, 50%, 68%, 60%) |
| LAB | lab(27.6 21.1 21.5) |
| LCH | lch(27.6 30.2 45.6) |
| OKLCH | oklch(0.384 0.079 39.9) |
Copy-ready code
/* CSS */
color: #663321;
background-color: #663321;
/* Tailwind (arbitrary) */
class="text-[#663321] bg-[#663321]"
/* SCSS */
$brand: #663321;
/* SwiftUI */
Color(red: 0.400, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#663321")Accessibility — WCAG contrast
Aa
#663321 on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#663321 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow67.6%
Key (black)60.0%
Color previews
#663321 text on a black background
contrast 2.06:1
Card sample
#663321 text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #663321;
Background color
Panel with #663321 background
background-color: #663321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #663321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #663321; background: linear-gradient(135deg, #663321, #666121);