#ce5521
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 85, 33
HSL
18°, 72%, 47%
CMYK
0, 59, 84, 19
Luminance
0.1973
Every format
| HEX | #ce5521 |
| RGB | rgb(206, 85, 33) |
| HSL | hsl(18, 72%, 47%) |
| CMYK | cmyk(0%, 59%, 84%, 19%) |
| LAB | lab(51.5 45.4 51.5) |
| LCH | lch(51.5 68.7 48.6) |
| OKLCH | oklch(0.599 0.166 41.0) |
Copy-ready code
/* CSS */
color: #ce5521;
background-color: #ce5521;
/* Tailwind (arbitrary) */
class="text-[#ce5521] bg-[#ce5521]"
/* SCSS */
$brand: #ce5521;
/* SwiftUI */
Color(red: 0.808, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#ce5521")Accessibility — WCAG contrast
Aa
#ce5521 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5521 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow84.0%
Key (black)19.2%
Color previews
#ce5521 text on a black background
contrast 4.95:1
Card sample
#ce5521 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5521;
Background color
Panel with #ce5521 background
background-color: #ce5521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5521; background: linear-gradient(135deg, #ce5521, #CEC821);