#c05430
a balanced, vivid orange · warm · closest name: sienna
RGB
192, 84, 48
HSL
15°, 60%, 47%
CMYK
0, 56, 75, 25
Luminance
0.1776
Every format
| HEX | #c05430 |
| RGB | rgb(192, 84, 48) |
| HSL | hsl(15, 60%, 47%) |
| CMYK | cmyk(0%, 56%, 75%, 25%) |
| LAB | lab(49.2 41.2 41.4) |
| LCH | lch(49.2 58.4 45.1) |
| OKLCH | oklch(0.578 0.148 38.5) |
Copy-ready code
/* CSS */
color: #c05430;
background-color: #c05430;
/* Tailwind (arbitrary) */
class="text-[#c05430] bg-[#c05430]"
/* SCSS */
$brand: #c05430;
/* SwiftUI */
Color(red: 0.753, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#c05430")Accessibility — WCAG contrast
Aa
#c05430 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c05430 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow75.0%
Key (black)24.7%
Color previews
#c05430 text on a black background
contrast 4.55:1
Card sample
#c05430 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05430;
Background color
Panel with #c05430 background
background-color: #c05430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05430; background: linear-gradient(135deg, #c05430, #C0B430);