#ce7d2c
a balanced, vivid orange · warm · closest name: peru
RGB
206, 125, 44
HSL
30°, 65%, 49%
CMYK
0, 39, 79, 19
Luminance
0.2797
Every format
| HEX | #ce7d2c |
| RGB | rgb(206, 125, 44) |
| HSL | hsl(30, 65%, 49%) |
| CMYK | cmyk(0%, 39%, 79%, 19%) |
| LAB | lab(59.9 25.3 54.6) |
| LCH | lch(59.9 60.1 65.1) |
| OKLCH | oklch(0.663 0.136 60.9) |
Copy-ready code
/* CSS */
color: #ce7d2c;
background-color: #ce7d2c;
/* Tailwind (arbitrary) */
class="text-[#ce7d2c] bg-[#ce7d2c]"
/* SCSS */
$brand: #ce7d2c;
/* SwiftUI */
Color(red: 0.808, green: 0.490, blue: 0.173)
/* Android */
Color.parseColor("#ce7d2c")Accessibility — WCAG contrast
Aa
#ce7d2c on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7d2c on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow78.6%
Key (black)19.2%
Color previews
#ce7d2c text on a black background
contrast 6.59:1
Card sample
#ce7d2c text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7d2c;
Background color
Panel with #ce7d2c background
background-color: #ce7d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 125, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 125, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7d2c; background: linear-gradient(135deg, #ce7d2c, #B3CE2C);