#613127
a dark, soft red · warm · closest name: sienna
RGB
97, 49, 39
HSL
10°, 43%, 27%
CMYK
0, 50, 60, 62
Luminance
0.0488
Every format
| HEX | #613127 |
| RGB | rgb(97, 49, 39) |
| HSL | hsl(10, 43%, 27%) |
| CMYK | cmyk(0%, 50%, 60%, 62%) |
| LAB | lab(26.4 20.6 16.1) |
| LCH | lch(26.4 26.1 38.0) |
| OKLCH | oklch(0.373 0.072 32.9) |
Copy-ready code
/* CSS */
color: #613127;
background-color: #613127;
/* Tailwind (arbitrary) */
class="text-[#613127] bg-[#613127]"
/* SCSS */
$brand: #613127;
/* SwiftUI */
Color(red: 0.380, green: 0.192, blue: 0.153)
/* Android */
Color.parseColor("#613127")Accessibility — WCAG contrast
Aa
#613127 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613127 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green19.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow59.8%
Key (black)62.0%
Color previews
#613127 text on a black background
contrast 1.98:1
Card sample
#613127 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613127;
Background color
Panel with #613127 background
background-color: #613127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 49, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 49, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613127; background: linear-gradient(135deg, #613127, #615827);