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