#cf8049
a balanced, vivid orange · warm · closest name: peru
RGB
207, 128, 73
HSL
25°, 58%, 55%
CMYK
0, 38, 65, 19
Luminance
0.2918
Every format
| HEX | #cf8049 |
| RGB | rgb(207, 128, 73) |
| HSL | hsl(25, 58%, 55%) |
| CMYK | cmyk(0%, 38%, 65%, 19%) |
| LAB | lab(61.0 25.5 42.1) |
| LCH | lch(61.0 49.2 58.8) |
| OKLCH | oklch(0.673 0.121 53.9) |
Copy-ready code
/* CSS */
color: #cf8049;
background-color: #cf8049;
/* Tailwind (arbitrary) */
class="text-[#cf8049] bg-[#cf8049]"
/* SCSS */
$brand: #cf8049;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.286)
/* Android */
Color.parseColor("#cf8049")Accessibility — WCAG contrast
Aa
#cf8049 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8049 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow64.7%
Key (black)18.8%
Color previews
#cf8049 text on a black background
contrast 6.84:1
Card sample
#cf8049 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8049;
Background color
Panel with #cf8049 background
background-color: #cf8049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8049; background: linear-gradient(135deg, #cf8049, #C5CF49);