#b35430
a dark, vivid orange · warm · closest name: sienna
RGB
179, 84, 48
HSL
17°, 58%, 45%
CMYK
0, 53, 73, 30
Luminance
0.1614
Every format
| HEX | #b35430 |
| RGB | rgb(179, 84, 48) |
| HSL | hsl(17, 58%, 45%) |
| CMYK | cmyk(0%, 53%, 73%, 30%) |
| LAB | lab(47.2 36.1 38.5) |
| LCH | lch(47.2 52.8 46.9) |
| OKLCH | oklch(0.558 0.134 40.5) |
Copy-ready code
/* CSS */
color: #b35430;
background-color: #b35430;
/* Tailwind (arbitrary) */
class="text-[#b35430] bg-[#b35430]"
/* SCSS */
$brand: #b35430;
/* SwiftUI */
Color(red: 0.702, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#b35430")Accessibility — WCAG contrast
Aa
#b35430 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35430 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow73.2%
Key (black)29.8%
Color previews
#b35430 text on a black background
contrast 4.23:1
Card sample
#b35430 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35430;
Background color
Panel with #b35430 background
background-color: #b35430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35430; background: linear-gradient(135deg, #b35430, #B3AB30);