#ce7821
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 120, 33
HSL
30°, 72%, 47%
CMYK
0, 42, 84, 19
Luminance
0.2666
Every format
| HEX | #ce7821 |
| RGB | rgb(206, 120, 33) |
| HSL | hsl(30, 72%, 47%) |
| CMYK | cmyk(0%, 42%, 84%, 19%) |
| LAB | lab(58.7 27.6 57.7) |
| LCH | lch(58.7 64.0 64.4) |
| OKLCH | oklch(0.654 0.142 59.7) |
Copy-ready code
/* CSS */
color: #ce7821;
background-color: #ce7821;
/* Tailwind (arbitrary) */
class="text-[#ce7821] bg-[#ce7821]"
/* SCSS */
$brand: #ce7821;
/* SwiftUI */
Color(red: 0.808, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#ce7821")Accessibility — WCAG contrast
Aa
#ce7821 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7821 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow84.0%
Key (black)19.2%
Color previews
#ce7821 text on a black background
contrast 6.33:1
Card sample
#ce7821 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7821;
Background color
Panel with #ce7821 background
background-color: #ce7821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7821; background: linear-gradient(135deg, #ce7821, #B1CE21);