#cf8f4f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 143, 79
HSL
30°, 57%, 56%
CMYK
0, 31, 62, 19
Luminance
0.3347
Every format
| HEX | #cf8f4f |
| RGB | rgb(207, 143, 79) |
| HSL | hsl(30, 57%, 56%) |
| CMYK | cmyk(0%, 31%, 62%, 19%) |
| LAB | lab(64.5 17.8 43.2) |
| LCH | lch(64.5 46.7 67.6) |
| OKLCH | oklch(0.701 0.112 64.2) |
Copy-ready code
/* CSS */
color: #cf8f4f;
background-color: #cf8f4f;
/* Tailwind (arbitrary) */
class="text-[#cf8f4f] bg-[#cf8f4f]"
/* SCSS */
$brand: #cf8f4f;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.310)
/* Android */
Color.parseColor("#cf8f4f")Accessibility — WCAG contrast
Aa
#cf8f4f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8f4f on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow61.8%
Key (black)18.8%
Color previews
#cf8f4f text on a black background
contrast 7.69:1
Card sample
#cf8f4f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8f4f;
Background color
Panel with #cf8f4f background
background-color: #cf8f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8f4f; background: linear-gradient(135deg, #cf8f4f, #BACF4F);