#ce8421
a balanced, vivid orange · warm · closest name: peru
RGB
206, 132, 33
HSL
34°, 72%, 47%
CMYK
0, 36, 84, 19
Luminance
0.2973
Every format
| HEX | #ce8421 |
| RGB | rgb(206, 132, 33) |
| HSL | hsl(34, 72%, 47%) |
| CMYK | cmyk(0%, 36%, 84%, 19%) |
| LAB | lab(61.4 21.1 60.1) |
| LCH | lch(61.4 63.7 70.6) |
| OKLCH | oklch(0.675 0.138 67.7) |
Copy-ready code
/* CSS */
color: #ce8421;
background-color: #ce8421;
/* Tailwind (arbitrary) */
class="text-[#ce8421] bg-[#ce8421]"
/* SCSS */
$brand: #ce8421;
/* SwiftUI */
Color(red: 0.808, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#ce8421")Accessibility — WCAG contrast
Aa
#ce8421 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce8421 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow84.0%
Key (black)19.2%
Color previews
#ce8421 text on a black background
contrast 6.95:1
Card sample
#ce8421 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8421;
Background color
Panel with #ce8421 background
background-color: #ce8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8421; background: linear-gradient(135deg, #ce8421, #A5CE21);