#62320a
a deep, electric orange · warm · closest name: sienna
RGB
98, 50, 10
HSL
27°, 82%, 21%
CMYK
0, 49, 90, 62
Luminance
0.0490
Every format
| HEX | #62320a |
| RGB | rgb(98, 50, 10) |
| HSL | hsl(27, 82%, 21%) |
| CMYK | cmyk(0%, 49%, 90%, 62%) |
| LAB | lab(26.4 18.7 32.7) |
| LCH | lch(26.4 37.6 60.3) |
| OKLCH | oklch(0.373 0.085 54.6) |
Copy-ready code
/* CSS */
color: #62320a;
background-color: #62320a;
/* Tailwind (arbitrary) */
class="text-[#62320a] bg-[#62320a]"
/* SCSS */
$brand: #62320a;
/* SwiftUI */
Color(red: 0.384, green: 0.196, blue: 0.039)
/* Android */
Color.parseColor("#62320a")Accessibility — WCAG contrast
Aa
#62320a on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62320a on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green19.6%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow89.8%
Key (black)61.6%
Color previews
#62320a text on a black background
contrast 1.98:1
Card sample
#62320a text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62320a;
Background color
Panel with #62320a background
background-color: #62320a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62320a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 50, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 50, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62320a; background: linear-gradient(135deg, #62320a, #57620A);