#cf8545
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 69
HSL
28°, 59%, 54%
CMYK
0, 36, 67, 19
Luminance
0.3047
Every format
| HEX | #cf8545 |
| RGB | rgb(207, 133, 69) |
| HSL | hsl(28, 59%, 54%) |
| CMYK | cmyk(0%, 36%, 67%, 19%) |
| LAB | lab(62.1 22.6 45.4) |
| LCH | lch(62.1 50.7 63.6) |
| OKLCH | oklch(0.681 0.121 59.4) |
Copy-ready code
/* CSS */
color: #cf8545;
background-color: #cf8545;
/* Tailwind (arbitrary) */
class="text-[#cf8545] bg-[#cf8545]"
/* SCSS */
$brand: #cf8545;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.271)
/* Android */
Color.parseColor("#cf8545")Accessibility — WCAG contrast
Aa
#cf8545 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8545 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow66.7%
Key (black)18.8%
Color previews
#cf8545 text on a black background
contrast 7.09:1
Card sample
#cf8545 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8545;
Background color
Panel with #cf8545 background
background-color: #cf8545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8545; background: linear-gradient(135deg, #cf8545, #BDCF45);