#cf9d3f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 157, 63
HSL
39°, 60%, 53%
CMYK
0, 24, 70, 19
Luminance
0.3774
Every format
| HEX | #cf9d3f |
| RGB | rgb(207, 157, 63) |
| HSL | hsl(39, 60%, 53%) |
| CMYK | cmyk(0%, 24%, 70%, 19%) |
| LAB | lab(67.8 9.2 54.5) |
| LCH | lch(67.8 55.2 80.4) |
| OKLCH | oklch(0.726 0.124 80.1) |
Copy-ready code
/* CSS */
color: #cf9d3f;
background-color: #cf9d3f;
/* Tailwind (arbitrary) */
class="text-[#cf9d3f] bg-[#cf9d3f]"
/* SCSS */
$brand: #cf9d3f;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.247)
/* Android */
Color.parseColor("#cf9d3f")Accessibility — WCAG contrast
Aa
#cf9d3f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9d3f on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow69.6%
Key (black)18.8%
Color previews
#cf9d3f text on a black background
contrast 8.55:1
Card sample
#cf9d3f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9d3f;
Background color
Panel with #cf9d3f background
background-color: #cf9d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9d3f; background: linear-gradient(135deg, #cf9d3f, #A1CF3F);