#ce7c49
a balanced, vivid orange · warm · closest name: peru
RGB
206, 124, 73
HSL
23°, 58%, 55%
CMYK
0, 40, 65, 19
Luminance
0.2802
Every format
| HEX | #ce7c49 |
| RGB | rgb(206, 124, 73) |
| HSL | hsl(23, 58%, 55%) |
| CMYK | cmyk(0%, 40%, 65%, 19%) |
| LAB | lab(59.9 27.3 40.9) |
| LCH | lch(59.9 49.1 56.3) |
| OKLCH | oklch(0.664 0.122 51.2) |
Copy-ready code
/* CSS */
color: #ce7c49;
background-color: #ce7c49;
/* Tailwind (arbitrary) */
class="text-[#ce7c49] bg-[#ce7c49]"
/* SCSS */
$brand: #ce7c49;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.286)
/* Android */
Color.parseColor("#ce7c49")Accessibility — WCAG contrast
Aa
#ce7c49 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7c49 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow64.6%
Key (black)19.2%
Color previews
#ce7c49 text on a black background
contrast 6.60:1
Card sample
#ce7c49 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7c49;
Background color
Panel with #ce7c49 background
background-color: #ce7c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7c49; background: linear-gradient(135deg, #ce7c49, #C7CE49);