#95521b
a dark, vivid orange · warm · closest name: sienna
RGB
149, 82, 27
HSL
27°, 69%, 35%
CMYK
0, 45, 82, 42
Luminance
0.1250
Every format
| HEX | #95521b |
| RGB | rgb(149, 82, 27) |
| HSL | hsl(27, 69%, 35%) |
| CMYK | cmyk(0%, 45%, 82%, 42%) |
| LAB | lab(42.0 23.8 42.2) |
| LCH | lch(42.0 48.5 60.6) |
| OKLCH | oklch(0.509 0.111 55.3) |
Copy-ready code
/* CSS */
color: #95521b;
background-color: #95521b;
/* Tailwind (arbitrary) */
class="text-[#95521b] bg-[#95521b]"
/* SCSS */
$brand: #95521b;
/* SwiftUI */
Color(red: 0.584, green: 0.322, blue: 0.106)
/* Android */
Color.parseColor("#95521b")Accessibility — WCAG contrast
Aa
#95521b on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#95521b on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green32.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow81.9%
Key (black)41.6%
Color previews
#95521b text on a black background
contrast 3.50:1
Card sample
#95521b text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95521b;
Background color
Panel with #95521b background
background-color: #95521b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95521b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 82, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 82, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95521b; background: linear-gradient(135deg, #95521b, #87951B);