#613c3c
a dark, soft red · warm · closest name: gray
RGB
97, 60, 60
HSL
0°, 24%, 31%
CMYK
0, 38, 38, 62
Luminance
0.0610
Every format
| HEX | #613c3c |
| RGB | rgb(97, 60, 60) |
| HSL | hsl(0, 24%, 31%) |
| CMYK | cmyk(0%, 38%, 38%, 62%) |
| LAB | lab(29.7 16.3 6.8) |
| LCH | lch(29.7 17.7 22.7) |
| OKLCH | oklch(0.400 0.052 19.6) |
Copy-ready code
/* CSS */
color: #613c3c;
background-color: #613c3c;
/* Tailwind (arbitrary) */
class="text-[#613c3c] bg-[#613c3c]"
/* SCSS */
$brand: #613c3c;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.235)
/* Android */
Color.parseColor("#613c3c")Accessibility — WCAG contrast
Aa
#613c3c on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613c3c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow38.1%
Key (black)62.0%
Color previews
#613c3c text on a black background
contrast 2.22:1
Card sample
#613c3c text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613c3c;
Background color
Panel with #613c3c background
background-color: #613c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613c3c; background: linear-gradient(135deg, #613c3c, #61553C);