#ce680a
a dark, electric orange · warm · closest name: chocolate
RGB
206, 104, 10
HSL
29°, 91%, 42%
CMYK
0, 50, 95, 19
Luminance
0.2304
Every format
| HEX | #ce680a |
| RGB | rgb(206, 104, 10) |
| HSL | hsl(29, 91%, 42%) |
| CMYK | cmyk(0%, 50%, 95%, 19%) |
| LAB | lab(55.1 35.6 61.4) |
| LCH | lch(55.1 70.9 59.9) |
| OKLCH | oklch(0.626 0.156 53.2) |
Copy-ready code
/* CSS */
color: #ce680a;
background-color: #ce680a;
/* Tailwind (arbitrary) */
class="text-[#ce680a] bg-[#ce680a]"
/* SCSS */
$brand: #ce680a;
/* SwiftUI */
Color(red: 0.808, green: 0.408, blue: 0.039)
/* Android */
Color.parseColor("#ce680a")Accessibility — WCAG contrast
Aa
#ce680a on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce680a on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green40.8%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow95.1%
Key (black)19.2%
Color previews
#ce680a text on a black background
contrast 5.61:1
Card sample
#ce680a text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce680a;
Background color
Panel with #ce680a background
background-color: #ce680a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce680a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 104, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 104, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce680a; background: linear-gradient(135deg, #ce680a, #B1CE0A);