#ce6800
a dark, electric orange · warm · closest name: chocolate
RGB
206, 104, 0
HSL
30°, 100%, 40%
CMYK
0, 50, 100, 19
Luminance
0.2302
Every format
| HEX | #ce6800 |
| RGB | rgb(206, 104, 0) |
| HSL | hsl(30, 100%, 40%) |
| CMYK | cmyk(0%, 50%, 100%, 19%) |
| LAB | lab(55.1 35.5 63.3) |
| LCH | lch(55.1 72.5 60.7) |
| OKLCH | oklch(0.626 0.157 54.0) |
Copy-ready code
/* CSS */
color: #ce6800;
background-color: #ce6800;
/* Tailwind (arbitrary) */
class="text-[#ce6800] bg-[#ce6800]"
/* SCSS */
$brand: #ce6800;
/* SwiftUI */
Color(red: 0.808, green: 0.408, blue: 0.000)
/* Android */
Color.parseColor("#ce6800")Accessibility — WCAG contrast
Aa
#ce6800 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6800 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green40.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow100.0%
Key (black)19.2%
Color previews
#ce6800 text on a black background
contrast 5.60:1
Card sample
#ce6800 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6800;
Background color
Panel with #ce6800 background
background-color: #ce6800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 104, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 104, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6800; background: linear-gradient(135deg, #ce6800, #ABCE00);