#cf8f49
a balanced, vivid orange · warm · closest name: peru
RGB
207, 143, 73
HSL
31°, 58%, 55%
CMYK
0, 31, 65, 19
Luminance
0.3339
Every format
| HEX | #cf8f49 |
| RGB | rgb(207, 143, 73) |
| HSL | hsl(31, 58%, 55%) |
| CMYK | cmyk(0%, 31%, 65%, 19%) |
| LAB | lab(64.5 17.4 46.1) |
| LCH | lch(64.5 49.3 69.3) |
| OKLCH | oklch(0.700 0.116 66.3) |
Copy-ready code
/* CSS */
color: #cf8f49;
background-color: #cf8f49;
/* Tailwind (arbitrary) */
class="text-[#cf8f49] bg-[#cf8f49]"
/* SCSS */
$brand: #cf8f49;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.286)
/* Android */
Color.parseColor("#cf8f49")Accessibility — WCAG contrast
Aa
#cf8f49 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8f49 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow64.7%
Key (black)18.8%
Color previews
#cf8f49 text on a black background
contrast 7.68:1
Card sample
#cf8f49 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8f49;
Background color
Panel with #cf8f49 background
background-color: #cf8f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8f49; background: linear-gradient(135deg, #cf8f49, #B6CF49);