#593030
a dark, soft red · warm · closest name: black
RGB
89, 48, 48
HSL
0°, 30%, 27%
CMYK
0, 46, 46, 65
Luminance
0.0445
Every format
| HEX | #593030 |
| RGB | rgb(89, 48, 48) |
| HSL | hsl(0, 30%, 27%) |
| CMYK | cmyk(0%, 46%, 46%, 65%) |
| LAB | lab(25.1 18.6 8.2) |
| LCH | lch(25.1 20.4 23.7) |
| OKLCH | oklch(0.361 0.060 20.4) |
Copy-ready code
/* CSS */
color: #593030;
background-color: #593030;
/* Tailwind (arbitrary) */
class="text-[#593030] bg-[#593030]"
/* SCSS */
$brand: #593030;
/* SwiftUI */
Color(red: 0.349, green: 0.188, blue: 0.188)
/* Android */
Color.parseColor("#593030")Accessibility — WCAG contrast
Aa
#593030 on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593030 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green18.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow46.1%
Key (black)65.1%
Color previews
#593030 text on a black background
contrast 1.89:1
Card sample
#593030 text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593030;
Background color
Panel with #593030 background
background-color: #593030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 48, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 48, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593030; background: linear-gradient(135deg, #593030, #594B30);