#cf8e2f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 142, 47
HSL
36°, 63%, 50%
CMYK
0, 31, 77, 19
Luminance
0.3282
Every format
| HEX | #cf8e2f |
| RGB | rgb(207, 142, 47) |
| HSL | hsl(36, 63%, 50%) |
| CMYK | cmyk(0%, 31%, 77%, 19%) |
| LAB | lab(64.0 16.6 57.3) |
| LCH | lch(64.0 59.7 73.8) |
| OKLCH | oklch(0.696 0.132 71.9) |
Copy-ready code
/* CSS */
color: #cf8e2f;
background-color: #cf8e2f;
/* Tailwind (arbitrary) */
class="text-[#cf8e2f] bg-[#cf8e2f]"
/* SCSS */
$brand: #cf8e2f;
/* SwiftUI */
Color(red: 0.812, green: 0.557, blue: 0.184)
/* Android */
Color.parseColor("#cf8e2f")Accessibility — WCAG contrast
Aa
#cf8e2f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8e2f on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf8e2f text on a black background
contrast 7.56:1
Card sample
#cf8e2f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8e2f;
Background color
Panel with #cf8e2f background
background-color: #cf8e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 142, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 142, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8e2f; background: linear-gradient(135deg, #cf8e2f, #A5CF2F);