#582621
a deep, vivid red · warm · closest name: sienna
RGB
88, 38, 33
HSL
6°, 46%, 24%
CMYK
0, 57, 63, 66
Luminance
0.0357
Every format
| HEX | #582621 |
| RGB | rgb(88, 38, 33) |
| HSL | hsl(6, 46%, 24%) |
| CMYK | cmyk(0%, 57%, 63%, 66%) |
| LAB | lab(22.2 22.6 14.3) |
| LCH | lch(22.2 26.8 32.3) |
| OKLCH | oklch(0.338 0.075 27.6) |
Copy-ready code
/* CSS */
color: #582621;
background-color: #582621;
/* Tailwind (arbitrary) */
class="text-[#582621] bg-[#582621]"
/* SCSS */
$brand: #582621;
/* SwiftUI */
Color(red: 0.345, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#582621")Accessibility — WCAG contrast
Aa
#582621 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582621 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow62.5%
Key (black)65.5%
Color previews
#582621 text on a black background
contrast 1.71:1
Card sample
#582621 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582621;
Background color
Panel with #582621 background
background-color: #582621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582621; background: linear-gradient(135deg, #582621, #584B21);