#99552b
a dark, vivid orange · warm · closest name: sienna
RGB
153, 85, 43
HSL
23°, 56%, 38%
CMYK
0, 44, 72, 40
Luminance
0.1344
Every format
| HEX | #99552b |
| RGB | rgb(153, 85, 43) |
| HSL | hsl(23, 56%, 38%) |
| CMYK | cmyk(0%, 44%, 72%, 40%) |
| LAB | lab(43.4 24.6 36.0) |
| LCH | lch(43.4 43.6 55.7) |
| OKLCH | oklch(0.521 0.106 50.2) |
Copy-ready code
/* CSS */
color: #99552b;
background-color: #99552b;
/* Tailwind (arbitrary) */
class="text-[#99552b] bg-[#99552b]"
/* SCSS */
$brand: #99552b;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#99552b")Accessibility — WCAG contrast
Aa
#99552b on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#99552b on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow71.9%
Key (black)40.0%
Color previews
#99552b text on a black background
contrast 3.69:1
Card sample
#99552b text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99552b;
Background color
Panel with #99552b background
background-color: #99552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99552b; background: linear-gradient(135deg, #99552b, #94992B);