#ce6113
a dark, electric orange · warm · closest name: chocolate
RGB
206, 97, 19
HSL
25°, 83%, 44%
CMYK
0, 53, 91, 19
Luminance
0.2172
Every format
| HEX | #ce6113 |
| RGB | rgb(206, 97, 19) |
| HSL | hsl(25, 83%, 44%) |
| CMYK | cmyk(0%, 53%, 91%, 19%) |
| LAB | lab(53.7 39.3 58.3) |
| LCH | lch(53.7 70.3 56.0) |
| OKLCH | oklch(0.616 0.159 48.8) |
Copy-ready code
/* CSS */
color: #ce6113;
background-color: #ce6113;
/* Tailwind (arbitrary) */
class="text-[#ce6113] bg-[#ce6113]"
/* SCSS */
$brand: #ce6113;
/* SwiftUI */
Color(red: 0.808, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#ce6113")Accessibility — WCAG contrast
Aa
#ce6113 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6113 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow90.8%
Key (black)19.2%
Color previews
#ce6113 text on a black background
contrast 5.34:1
Card sample
#ce6113 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6113;
Background color
Panel with #ce6113 background
background-color: #ce6113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6113; background: linear-gradient(135deg, #ce6113, #BECE13);