#613421
a dark, vivid orange · warm · closest name: sienna
RGB
97, 52, 33
HSL
18°, 49%, 26%
CMYK
0, 46, 66, 62
Luminance
0.0511
Every format
| HEX | #613421 |
| RGB | rgb(97, 52, 33) |
| HSL | hsl(18, 49%, 26%) |
| CMYK | cmyk(0%, 46%, 66%, 62%) |
| LAB | lab(27.0 18.3 20.7) |
| LCH | lch(27.0 27.6 48.6) |
| OKLCH | oklch(0.378 0.071 43.1) |
Copy-ready code
/* CSS */
color: #613421;
background-color: #613421;
/* Tailwind (arbitrary) */
class="text-[#613421] bg-[#613421]"
/* SCSS */
$brand: #613421;
/* SwiftUI */
Color(red: 0.380, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#613421")Accessibility — WCAG contrast
Aa
#613421 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613421 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow66.0%
Key (black)62.0%
Color previews
#613421 text on a black background
contrast 2.02:1
Card sample
#613421 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613421;
Background color
Panel with #613421 background
background-color: #613421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613421; background: linear-gradient(135deg, #613421, #615F21);