#ce5113
a dark, electric orange · warm · closest name: chocolate
RGB
206, 81, 19
HSL
20°, 83%, 44%
CMYK
0, 61, 91, 19
Luminance
0.1905
Every format
| HEX | #ce5113 |
| RGB | rgb(206, 81, 19) |
| HSL | hsl(20, 83%, 44%) |
| CMYK | cmyk(0%, 61%, 91%, 19%) |
| LAB | lab(50.8 47.0 56.1) |
| LCH | lch(50.8 73.2 50.1) |
| OKLCH | oklch(0.593 0.172 41.8) |
Copy-ready code
/* CSS */
color: #ce5113;
background-color: #ce5113;
/* Tailwind (arbitrary) */
class="text-[#ce5113] bg-[#ce5113]"
/* SCSS */
$brand: #ce5113;
/* SwiftUI */
Color(red: 0.808, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#ce5113")Accessibility — WCAG contrast
Aa
#ce5113 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5113 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow90.8%
Key (black)19.2%
Color previews
#ce5113 text on a black background
contrast 4.81:1
Card sample
#ce5113 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5113;
Background color
Panel with #ce5113 background
background-color: #ce5113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5113; background: linear-gradient(135deg, #ce5113, #CECE13);