#c65f13
a dark, electric orange · warm · closest name: chocolate
RGB
198, 95, 19
HSL
26°, 83%, 43%
CMYK
0, 52, 90, 22
Luminance
0.2024
Every format
| HEX | #c65f13 |
| RGB | rgb(198, 95, 19) |
| HSL | hsl(26, 83%, 43%) |
| CMYK | cmyk(0%, 52%, 90%, 22%) |
| LAB | lab(52.1 37.1 56.5) |
| LCH | lch(52.1 67.6 56.7) |
| OKLCH | oklch(0.601 0.153 49.6) |
Copy-ready code
/* CSS */
color: #c65f13;
background-color: #c65f13;
/* Tailwind (arbitrary) */
class="text-[#c65f13] bg-[#c65f13]"
/* SCSS */
$brand: #c65f13;
/* SwiftUI */
Color(red: 0.776, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#c65f13")Accessibility — WCAG contrast
Aa
#c65f13 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65f13 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow90.4%
Key (black)22.4%
Color previews
#c65f13 text on a black background
contrast 5.05:1
Card sample
#c65f13 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65f13;
Background color
Panel with #c65f13 background
background-color: #c65f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65f13; background: linear-gradient(135deg, #c65f13, #B5C613);