#c06310
a dark, electric orange · warm · closest name: chocolate
RGB
192, 99, 16
HSL
28°, 85%, 41%
CMYK
0, 48, 92, 25
Luminance
0.2017
Every format
| HEX | #c06310 |
| RGB | rgb(192, 99, 16) |
| HSL | hsl(28, 85%, 41%) |
| CMYK | cmyk(0%, 48%, 92%, 25%) |
| LAB | lab(52.0 32.6 56.9) |
| LCH | lch(52.0 65.5 60.2) |
| OKLCH | oklch(0.599 0.145 53.9) |
Copy-ready code
/* CSS */
color: #c06310;
background-color: #c06310;
/* Tailwind (arbitrary) */
class="text-[#c06310] bg-[#c06310]"
/* SCSS */
$brand: #c06310;
/* SwiftUI */
Color(red: 0.753, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#c06310")Accessibility — WCAG contrast
Aa
#c06310 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06310 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow91.7%
Key (black)24.7%
Color previews
#c06310 text on a black background
contrast 5.03:1
Card sample
#c06310 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06310;
Background color
Panel with #c06310 background
background-color: #c06310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06310; background: linear-gradient(135deg, #c06310, #A8C010);