#cf7f4b
a balanced, vivid orange · warm · closest name: peru
RGB
207, 127, 75
HSL
24°, 58%, 55%
CMYK
0, 39, 64, 19
Luminance
0.2895
Every format
| HEX | #cf7f4b |
| RGB | rgb(207, 127, 75) |
| HSL | hsl(24, 58%, 55%) |
| CMYK | cmyk(0%, 39%, 64%, 19%) |
| LAB | lab(60.7 26.2 40.8) |
| LCH | lch(60.7 48.5 57.3) |
| OKLCH | oklch(0.671 0.120 52.3) |
Copy-ready code
/* CSS */
color: #cf7f4b;
background-color: #cf7f4b;
/* Tailwind (arbitrary) */
class="text-[#cf7f4b] bg-[#cf7f4b]"
/* SCSS */
$brand: #cf7f4b;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.294)
/* Android */
Color.parseColor("#cf7f4b")Accessibility — WCAG contrast
Aa
#cf7f4b on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7f4b on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow63.8%
Key (black)18.8%
Color previews
#cf7f4b text on a black background
contrast 6.79:1
Card sample
#cf7f4b text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7f4b;
Background color
Panel with #cf7f4b background
background-color: #cf7f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7f4b; background: linear-gradient(135deg, #cf7f4b, #C7CF4B);