#cf9b4d
a balanced, vivid orange · warm · closest name: peru
RGB
207, 155, 77
HSL
36°, 58%, 56%
CMYK
0, 25, 63, 19
Luminance
0.3724
Every format
| HEX | #cf9b4d |
| RGB | rgb(207, 155, 77) |
| HSL | hsl(36, 58%, 56%) |
| CMYK | cmyk(0%, 25%, 63%, 19%) |
| LAB | lab(67.5 11.2 47.6) |
| LCH | lch(67.5 48.9 76.8) |
| OKLCH | oklch(0.724 0.114 75.3) |
Copy-ready code
/* CSS */
color: #cf9b4d;
background-color: #cf9b4d;
/* Tailwind (arbitrary) */
class="text-[#cf9b4d] bg-[#cf9b4d]"
/* SCSS */
$brand: #cf9b4d;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.302)
/* Android */
Color.parseColor("#cf9b4d")Accessibility — WCAG contrast
Aa
#cf9b4d on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b4d on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow62.8%
Key (black)18.8%
Color previews
#cf9b4d text on a black background
contrast 8.45:1
Card sample
#cf9b4d text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b4d;
Background color
Panel with #cf9b4d background
background-color: #cf9b4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b4d; background: linear-gradient(135deg, #cf9b4d, #ACCF4D);