#624141
a dark, soft red · warm · closest name: gray
RGB
98, 65, 65
HSL
0°, 20%, 32%
CMYK
0, 34, 34, 62
Luminance
0.0676
Every format
| HEX | #624141 |
| RGB | rgb(98, 65, 65) |
| HSL | hsl(0, 20%, 32%) |
| CMYK | cmyk(0%, 34%, 34%, 62%) |
| LAB | lab(31.3 14.4 5.8) |
| LCH | lch(31.3 15.5 22.1) |
| OKLCH | oklch(0.413 0.046 19.2) |
Copy-ready code
/* CSS */
color: #624141;
background-color: #624141;
/* Tailwind (arbitrary) */
class="text-[#624141] bg-[#624141]"
/* SCSS */
$brand: #624141;
/* SwiftUI */
Color(red: 0.384, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#624141")Accessibility — WCAG contrast
Aa
#624141 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#624141 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow33.7%
Key (black)61.6%
Color previews
#624141 text on a black background
contrast 2.35:1
Card sample
#624141 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #624141;
Background color
Panel with #624141 background
background-color: #624141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #624141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #624141; background: linear-gradient(135deg, #624141, #625741);