#ce5313
a dark, electric orange · warm · closest name: chocolate
RGB
206, 83, 19
HSL
21°, 83%, 44%
CMYK
0, 60, 91, 19
Luminance
0.1936
Every format
| HEX | #ce5313 |
| RGB | rgb(206, 83, 19) |
| HSL | hsl(21, 83%, 44%) |
| CMYK | cmyk(0%, 60%, 91%, 19%) |
| LAB | lab(51.1 46.1 56.4) |
| LCH | lch(51.1 72.8 50.7) |
| OKLCH | oklch(0.596 0.170 42.5) |
Copy-ready code
/* CSS */
color: #ce5313;
background-color: #ce5313;
/* Tailwind (arbitrary) */
class="text-[#ce5313] bg-[#ce5313]"
/* SCSS */
$brand: #ce5313;
/* SwiftUI */
Color(red: 0.808, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#ce5313")Accessibility — WCAG contrast
Aa
#ce5313 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5313 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow90.8%
Key (black)19.2%
Color previews
#ce5313 text on a black background
contrast 4.87:1
Card sample
#ce5313 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5313;
Background color
Panel with #ce5313 background
background-color: #ce5313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5313; background: linear-gradient(135deg, #ce5313, #CCCE13);