#cf8553
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 83
HSL
24°, 56%, 57%
CMYK
0, 36, 60, 19
Luminance
0.3066
Every format
| HEX | #cf8553 |
| RGB | rgb(207, 133, 83) |
| HSL | hsl(24, 56%, 57%) |
| CMYK | cmyk(0%, 36%, 60%, 19%) |
| LAB | lab(62.2 23.5 38.4) |
| LCH | lch(62.2 45.0 58.5) |
| OKLCH | oklch(0.683 0.112 53.8) |
Copy-ready code
/* CSS */
color: #cf8553;
background-color: #cf8553;
/* Tailwind (arbitrary) */
class="text-[#cf8553] bg-[#cf8553]"
/* SCSS */
$brand: #cf8553;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.325)
/* Android */
Color.parseColor("#cf8553")Accessibility — WCAG contrast
Aa
#cf8553 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8553 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow59.9%
Key (black)18.8%
Color previews
#cf8553 text on a black background
contrast 7.13:1
Card sample
#cf8553 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8553;
Background color
Panel with #cf8553 background
background-color: #cf8553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8553; background: linear-gradient(135deg, #cf8553, #C6CF53);