#cf8b49
a balanced, vivid orange · warm · closest name: peru
RGB
207, 139, 73
HSL
30°, 58%, 55%
CMYK
0, 33, 65, 19
Luminance
0.3221
Every format
| HEX | #cf8b49 |
| RGB | rgb(207, 139, 73) |
| HSL | hsl(30, 58%, 55%) |
| CMYK | cmyk(0%, 33%, 65%, 19%) |
| LAB | lab(63.5 19.6 45.0) |
| LCH | lch(63.5 49.1 66.5) |
| OKLCH | oklch(0.693 0.117 62.9) |
Copy-ready code
/* CSS */
color: #cf8b49;
background-color: #cf8b49;
/* Tailwind (arbitrary) */
class="text-[#cf8b49] bg-[#cf8b49]"
/* SCSS */
$brand: #cf8b49;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.286)
/* Android */
Color.parseColor("#cf8b49")Accessibility — WCAG contrast
Aa
#cf8b49 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8b49 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow64.7%
Key (black)18.8%
Color previews
#cf8b49 text on a black background
contrast 7.44:1
Card sample
#cf8b49 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8b49;
Background color
Panel with #cf8b49 background
background-color: #cf8b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8b49; background: linear-gradient(135deg, #cf8b49, #BACF49);