#cf8439
a balanced, vivid orange · warm · closest name: peru
RGB
207, 132, 57
HSL
30°, 61%, 52%
CMYK
0, 36, 73, 19
Luminance
0.3006
Every format
| HEX | #cf8439 |
| RGB | rgb(207, 132, 57) |
| HSL | hsl(30, 61%, 52%) |
| CMYK | cmyk(0%, 36%, 73%, 19%) |
| LAB | lab(61.7 22.5 50.8) |
| LCH | lch(61.7 55.5 66.1) |
| OKLCH | oklch(0.678 0.128 62.3) |
Copy-ready code
/* CSS */
color: #cf8439;
background-color: #cf8439;
/* Tailwind (arbitrary) */
class="text-[#cf8439] bg-[#cf8439]"
/* SCSS */
$brand: #cf8439;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.224)
/* Android */
Color.parseColor("#cf8439")Accessibility — WCAG contrast
Aa
#cf8439 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8439 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow72.5%
Key (black)18.8%
Color previews
#cf8439 text on a black background
contrast 7.01:1
Card sample
#cf8439 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8439;
Background color
Panel with #cf8439 background
background-color: #cf8439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8439; background: linear-gradient(135deg, #cf8439, #B6CF39);