#cf8941
a balanced, vivid orange · warm · “peru”
RGB
207, 137, 65
HSL
30°, 60%, 53%
CMYK
0, 34, 69, 19
Luminance
0.3154
Every format
| HEX | #cf8941 |
| RGB | rgb(207, 137, 65) |
| HSL | hsl(30, 60%, 53%) |
| CMYK | cmyk(0%, 34%, 69%, 19%) |
| LAB | lab(63.0 20.2 48.3) |
| LCH | lch(63.0 52.4 67.3) |
| OKLCH | oklch(0.688 0.122 63.9) |
Copy-ready code
/* CSS */
color: #cf8941;
background-color: #cf8941;
/* Tailwind (arbitrary) */
class="text-[#cf8941] bg-[#cf8941]"
/* SCSS */
$brand: #cf8941;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.255)
/* Android */
Color.parseColor("#cf8941")Accessibility — WCAG contrast
Aa
#cf8941 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8941 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow68.6%
Key (black)18.8%
Color previews
#cf8941 text on a black background
contrast 7.31:1
Card sample
#cf8941 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8941;
Background color
Panel with #cf8941 background
background-color: #cf8941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8941; background: linear-gradient(135deg, #cf8941, #B6CF41);