#cf8045
a balanced, vivid orange · warm · closest name: peru
RGB
207, 128, 69
HSL
26°, 59%, 54%
CMYK
0, 38, 67, 19
Luminance
0.2913
Every format
| HEX | #cf8045 |
| RGB | rgb(207, 128, 69) |
| HSL | hsl(26, 59%, 54%) |
| CMYK | cmyk(0%, 38%, 67%, 19%) |
| LAB | lab(60.9 25.3 44.1) |
| LCH | lch(60.9 50.8 60.2) |
| OKLCH | oklch(0.672 0.123 55.5) |
Copy-ready code
/* CSS */
color: #cf8045;
background-color: #cf8045;
/* Tailwind (arbitrary) */
class="text-[#cf8045] bg-[#cf8045]"
/* SCSS */
$brand: #cf8045;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.271)
/* Android */
Color.parseColor("#cf8045")Accessibility — WCAG contrast
Aa
#cf8045 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8045 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow66.7%
Key (black)18.8%
Color previews
#cf8045 text on a black background
contrast 6.83:1
Card sample
#cf8045 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8045;
Background color
Panel with #cf8045 background
background-color: #cf8045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8045; background: linear-gradient(135deg, #cf8045, #C2CF45);