#cf8c2f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 140, 47
HSL
35°, 63%, 50%
CMYK
0, 32, 77, 19
Luminance
0.3223
Every format
| HEX | #cf8c2f |
| RGB | rgb(207, 140, 47) |
| HSL | hsl(35, 63%, 50%) |
| CMYK | cmyk(0%, 32%, 77%, 19%) |
| LAB | lab(63.5 17.7 56.9) |
| LCH | lch(63.5 59.6 72.7) |
| OKLCH | oklch(0.692 0.132 70.5) |
Copy-ready code
/* CSS */
color: #cf8c2f;
background-color: #cf8c2f;
/* Tailwind (arbitrary) */
class="text-[#cf8c2f] bg-[#cf8c2f]"
/* SCSS */
$brand: #cf8c2f;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.184)
/* Android */
Color.parseColor("#cf8c2f")Accessibility — WCAG contrast
Aa
#cf8c2f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8c2f on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf8c2f text on a black background
contrast 7.45:1
Card sample
#cf8c2f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8c2f;
Background color
Panel with #cf8c2f background
background-color: #cf8c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8c2f; background: linear-gradient(135deg, #cf8c2f, #A7CF2F);