#613c2f
a dark, soft orange · warm · closest name: sienna
RGB
97, 60, 47
HSL
16°, 35%, 28%
CMYK
0, 38, 52, 62
Luminance
0.0598
Every format
| HEX | #613c2f |
| RGB | rgb(97, 60, 47) |
| HSL | hsl(16, 35%, 28%) |
| CMYK | cmyk(0%, 38%, 52%, 62%) |
| LAB | lab(29.4 14.7 14.8) |
| LCH | lch(29.4 20.8 45.3) |
| OKLCH | oklch(0.397 0.057 40.1) |
Copy-ready code
/* CSS */
color: #613c2f;
background-color: #613c2f;
/* Tailwind (arbitrary) */
class="text-[#613c2f] bg-[#613c2f]"
/* SCSS */
$brand: #613c2f;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#613c2f")Accessibility — WCAG contrast
Aa
#613c2f on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613c2f on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow51.5%
Key (black)62.0%
Color previews
#613c2f text on a black background
contrast 2.20:1
Card sample
#613c2f text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613c2f;
Background color
Panel with #613c2f background
background-color: #613c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613c2f; background: linear-gradient(135deg, #613c2f, #615D2F);