#ce8949
a balanced, vivid orange · warm · closest name: peru
RGB
206, 137, 73
HSL
29°, 58%, 55%
CMYK
0, 34, 65, 19
Luminance
0.3149
Every format
| HEX | #ce8949 |
| RGB | rgb(206, 137, 73) |
| HSL | hsl(29, 58%, 55%) |
| CMYK | cmyk(0%, 34%, 65%, 19%) |
| LAB | lab(62.9 20.2 44.3) |
| LCH | lch(62.9 48.7 65.5) |
| OKLCH | oklch(0.688 0.116 61.7) |
Copy-ready code
/* CSS */
color: #ce8949;
background-color: #ce8949;
/* Tailwind (arbitrary) */
class="text-[#ce8949] bg-[#ce8949]"
/* SCSS */
$brand: #ce8949;
/* SwiftUI */
Color(red: 0.808, green: 0.537, blue: 0.286)
/* Android */
Color.parseColor("#ce8949")Accessibility — WCAG contrast
Aa
#ce8949 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8949 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow64.6%
Key (black)19.2%
Color previews
#ce8949 text on a black background
contrast 7.30:1
Card sample
#ce8949 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8949;
Background color
Panel with #ce8949 background
background-color: #ce8949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 137, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 137, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8949; background: linear-gradient(135deg, #ce8949, #BACE49);