#623321
a dark, vivid orange · warm · closest name: sienna
RGB
98, 51, 33
HSL
17°, 50%, 26%
CMYK
0, 48, 66, 62
Luminance
0.0507
Every format
| HEX | #623321 |
| RGB | rgb(98, 51, 33) |
| HSL | hsl(17, 50%, 26%) |
| CMYK | cmyk(0%, 48%, 66%, 62%) |
| LAB | lab(26.9 19.3 20.6) |
| LCH | lch(26.9 28.3 46.9) |
| OKLCH | oklch(0.378 0.074 41.3) |
Copy-ready code
/* CSS */
color: #623321;
background-color: #623321;
/* Tailwind (arbitrary) */
class="text-[#623321] bg-[#623321]"
/* SCSS */
$brand: #623321;
/* SwiftUI */
Color(red: 0.384, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#623321")Accessibility — WCAG contrast
Aa
#623321 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#623321 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow66.3%
Key (black)61.6%
Color previews
#623321 text on a black background
contrast 2.01:1
Card sample
#623321 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623321;
Background color
Panel with #623321 background
background-color: #623321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623321; background: linear-gradient(135deg, #623321, #625E21);