#ce7421
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 116, 33
HSL
29°, 72%, 47%
CMYK
0, 44, 84, 19
Luminance
0.2572
Every format
| HEX | #ce7421 |
| RGB | rgb(206, 116, 33) |
| HSL | hsl(29, 72%, 47%) |
| CMYK | cmyk(0%, 44%, 84%, 19%) |
| LAB | lab(57.8 29.8 56.9) |
| LCH | lch(57.8 64.2 62.4) |
| OKLCH | oklch(0.647 0.144 57.2) |
Copy-ready code
/* CSS */
color: #ce7421;
background-color: #ce7421;
/* Tailwind (arbitrary) */
class="text-[#ce7421] bg-[#ce7421]"
/* SCSS */
$brand: #ce7421;
/* SwiftUI */
Color(red: 0.808, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#ce7421")Accessibility — WCAG contrast
Aa
#ce7421 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7421 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow84.0%
Key (black)19.2%
Color previews
#ce7421 text on a black background
contrast 6.14:1
Card sample
#ce7421 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7421;
Background color
Panel with #ce7421 background
background-color: #ce7421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7421; background: linear-gradient(135deg, #ce7421, #B5CE21);