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