#ce8c49
a balanced, vivid orange · warm · closest name: peru
RGB
206, 140, 73
HSL
30°, 58%, 55%
CMYK
0, 32, 65, 19
Luminance
0.3236
Every format
| HEX | #ce8c49 |
| RGB | rgb(206, 140, 73) |
| HSL | hsl(30, 58%, 55%) |
| CMYK | cmyk(0%, 32%, 65%, 19%) |
| LAB | lab(63.6 18.6 45.2) |
| LCH | lch(63.6 48.8 67.6) |
| OKLCH | oklch(0.693 0.116 64.2) |
Copy-ready code
/* CSS */
color: #ce8c49;
background-color: #ce8c49;
/* Tailwind (arbitrary) */
class="text-[#ce8c49] bg-[#ce8c49]"
/* SCSS */
$brand: #ce8c49;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.286)
/* Android */
Color.parseColor("#ce8c49")Accessibility — WCAG contrast
Aa
#ce8c49 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8c49 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow64.6%
Key (black)19.2%
Color previews
#ce8c49 text on a black background
contrast 7.47:1
Card sample
#ce8c49 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8c49;
Background color
Panel with #ce8c49 background
background-color: #ce8c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8c49; background: linear-gradient(135deg, #ce8c49, #B7CE49);