#623113
a deep, vivid orange · warm · closest name: sienna
RGB
98, 49, 19
HSL
23°, 68%, 23%
CMYK
0, 50, 81, 62
Luminance
0.0484
Every format
| HEX | #623113 |
| RGB | rgb(98, 49, 19) |
| HSL | hsl(23, 68%, 23%) |
| CMYK | cmyk(0%, 50%, 81%, 62%) |
| LAB | lab(26.3 19.6 28.1) |
| LCH | lch(26.3 34.3 55.1) |
| OKLCH | oklch(0.372 0.082 49.2) |
Copy-ready code
/* CSS */
color: #623113;
background-color: #623113;
/* Tailwind (arbitrary) */
class="text-[#623113] bg-[#623113]"
/* SCSS */
$brand: #623113;
/* SwiftUI */
Color(red: 0.384, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#623113")Accessibility — WCAG contrast
Aa
#623113 on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#623113 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow80.6%
Key (black)61.6%
Color previews
#623113 text on a black background
contrast 1.97:1
Card sample
#623113 text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623113;
Background color
Panel with #623113 background
background-color: #623113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623113; background: linear-gradient(135deg, #623113, #5E6213);