#ce5021
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 80, 33
HSL
16°, 72%, 47%
CMYK
0, 61, 84, 19
Luminance
0.1897
Every format
| HEX | #ce5021 |
| RGB | rgb(206, 80, 33) |
| HSL | hsl(16, 72%, 47%) |
| CMYK | cmyk(0%, 61%, 84%, 19%) |
| LAB | lab(50.7 47.7 50.8) |
| LCH | lch(50.7 69.7 46.8) |
| OKLCH | oklch(0.593 0.170 39.0) |
Copy-ready code
/* CSS */
color: #ce5021;
background-color: #ce5021;
/* Tailwind (arbitrary) */
class="text-[#ce5021] bg-[#ce5021]"
/* SCSS */
$brand: #ce5021;
/* SwiftUI */
Color(red: 0.808, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#ce5021")Accessibility — WCAG contrast
Aa
#ce5021 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5021 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow84.0%
Key (black)19.2%
Color previews
#ce5021 text on a black background
contrast 4.79:1
Card sample
#ce5021 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5021;
Background color
Panel with #ce5021 background
background-color: #ce5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5021; background: linear-gradient(135deg, #ce5021, #CEC421);