#cf8563
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 99
HSL
19°, 53%, 60%
CMYK
0, 36, 52, 19
Luminance
0.3094
Every format
| HEX | #cf8563 |
| RGB | rgb(207, 133, 99) |
| HSL | hsl(19, 53%, 60%) |
| CMYK | cmyk(0%, 36%, 52%, 19%) |
| LAB | lab(62.5 24.8 30.1) |
| LCH | lch(62.5 39.0 50.4) |
| OKLCH | oklch(0.686 0.103 45.3) |
Copy-ready code
/* CSS */
color: #cf8563;
background-color: #cf8563;
/* Tailwind (arbitrary) */
class="text-[#cf8563] bg-[#cf8563]"
/* SCSS */
$brand: #cf8563;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.388)
/* Android */
Color.parseColor("#cf8563")Accessibility — WCAG contrast
Aa
#cf8563 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8563 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow52.2%
Key (black)18.8%
Color previews
#cf8563 text on a black background
contrast 7.19:1
Card sample
#cf8563 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8563;
Background color
Panel with #cf8563 background
background-color: #cf8563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8563; background: linear-gradient(135deg, #cf8563, #CFCD63);