#cf7f5d
a balanced, vivid orange · warm · closest name: peru
RGB
207, 127, 93
HSL
18°, 54%, 59%
CMYK
0, 39, 55, 19
Luminance
0.2923
Every format
| HEX | #cf7f5d |
| RGB | rgb(207, 127, 93) |
| HSL | hsl(18, 54%, 59%) |
| CMYK | cmyk(0%, 39%, 55%, 19%) |
| LAB | lab(61.0 27.5 31.5) |
| LCH | lch(61.0 41.8 48.8) |
| OKLCH | oklch(0.674 0.111 43.5) |
Copy-ready code
/* CSS */
color: #cf7f5d;
background-color: #cf7f5d;
/* Tailwind (arbitrary) */
class="text-[#cf7f5d] bg-[#cf7f5d]"
/* SCSS */
$brand: #cf7f5d;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.365)
/* Android */
Color.parseColor("#cf7f5d")Accessibility — WCAG contrast
Aa
#cf7f5d on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7f5d on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow55.1%
Key (black)18.8%
Color previews
#cf7f5d text on a black background
contrast 6.85:1
Card sample
#cf7f5d text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7f5d;
Background color
Panel with #cf7f5d background
background-color: #cf7f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7f5d; background: linear-gradient(135deg, #cf7f5d, #CFCB5D);