#cf5b13
a dark, electric orange · warm · closest name: chocolate
RGB
207, 91, 19
HSL
23°, 83%, 44%
CMYK
0, 56, 91, 19
Luminance
0.2079
Every format
| HEX | #cf5b13 |
| RGB | rgb(207, 91, 19) |
| HSL | hsl(23, 83%, 44%) |
| CMYK | cmyk(0%, 56%, 91%, 19%) |
| LAB | lab(52.7 42.6 57.6) |
| LCH | lch(52.7 71.7 53.5) |
| OKLCH | oklch(0.609 0.165 45.7) |
Copy-ready code
/* CSS */
color: #cf5b13;
background-color: #cf5b13;
/* Tailwind (arbitrary) */
class="text-[#cf5b13] bg-[#cf5b13]"
/* SCSS */
$brand: #cf5b13;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.075)
/* Android */
Color.parseColor("#cf5b13")Accessibility — WCAG contrast
Aa
#cf5b13 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5b13 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow90.8%
Key (black)18.8%
Color previews
#cf5b13 text on a black background
contrast 5.16:1
Card sample
#cf5b13 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5b13;
Background color
Panel with #cf5b13 background
background-color: #cf5b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5b13; background: linear-gradient(135deg, #cf5b13, #C6CF13);