#603813
a deep, vivid orange · warm · closest name: sienna
RGB
96, 56, 19
HSL
29°, 67%, 23%
CMYK
0, 42, 80, 62
Luminance
0.0536
Every format
| HEX | #603813 |
| RGB | rgb(96, 56, 19) |
| HSL | hsl(29, 67%, 23%) |
| CMYK | cmyk(0%, 42%, 80%, 62%) |
| LAB | lab(27.7 14.4 29.5) |
| LCH | lch(27.7 32.8 64.0) |
| OKLCH | oklch(0.382 0.076 59.7) |
Copy-ready code
/* CSS */
color: #603813;
background-color: #603813;
/* Tailwind (arbitrary) */
class="text-[#603813] bg-[#603813]"
/* SCSS */
$brand: #603813;
/* SwiftUI */
Color(red: 0.376, green: 0.220, blue: 0.075)
/* Android */
Color.parseColor("#603813")Accessibility — WCAG contrast
Aa
#603813 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603813 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green22.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow80.2%
Key (black)62.4%
Color previews
#603813 text on a black background
contrast 2.07:1
Card sample
#603813 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603813;
Background color
Panel with #603813 background
background-color: #603813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 56, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 56, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603813; background: linear-gradient(135deg, #603813, #556013);