#602b13
a deep, vivid orange · warm · closest name: sienna
RGB
96, 43, 19
HSL
19°, 67%, 23%
CMYK
0, 55, 80, 62
Luminance
0.0426
Every format
| HEX | #602b13 |
| RGB | rgb(96, 43, 19) |
| HSL | hsl(19, 67%, 23%) |
| CMYK | cmyk(0%, 55%, 80%, 62%) |
| LAB | lab(24.5 22.3 26.2) |
| LCH | lch(24.5 34.4 49.6) |
| OKLCH | oklch(0.358 0.085 43.3) |
Copy-ready code
/* CSS */
color: #602b13;
background-color: #602b13;
/* Tailwind (arbitrary) */
class="text-[#602b13] bg-[#602b13]"
/* SCSS */
$brand: #602b13;
/* SwiftUI */
Color(red: 0.376, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#602b13")Accessibility — WCAG contrast
Aa
#602b13 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602b13 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow80.2%
Key (black)62.4%
Color previews
#602b13 text on a black background
contrast 1.85:1
Card sample
#602b13 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602b13;
Background color
Panel with #602b13 background
background-color: #602b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602b13; background: linear-gradient(135deg, #602b13, #605E13);