#ce7113
a dark, electric orange · warm · closest name: chocolate
RGB
206, 113, 19
HSL
30°, 83%, 44%
CMYK
0, 45, 91, 19
Luminance
0.2498
Every format
| HEX | #ce7113 |
| RGB | rgb(206, 113, 19) |
| HSL | hsl(30, 83%, 44%) |
| CMYK | cmyk(0%, 45%, 91%, 19%) |
| LAB | lab(57.1 31.0 60.7) |
| LCH | lch(57.1 68.2 62.9) |
| OKLCH | oklch(0.641 0.149 57.4) |
Copy-ready code
/* CSS */
color: #ce7113;
background-color: #ce7113;
/* Tailwind (arbitrary) */
class="text-[#ce7113] bg-[#ce7113]"
/* SCSS */
$brand: #ce7113;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#ce7113")Accessibility — WCAG contrast
Aa
#ce7113 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7113 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow90.8%
Key (black)19.2%
Color previews
#ce7113 text on a black background
contrast 6.00:1
Card sample
#ce7113 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7113;
Background color
Panel with #ce7113 background
background-color: #ce7113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7113; background: linear-gradient(135deg, #ce7113, #AECE13);