#cf9d4f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 157, 79
HSL
37°, 57%, 56%
CMYK
0, 24, 62, 19
Luminance
0.3794
Every format
| HEX | #cf9d4f |
| RGB | rgb(207, 157, 79) |
| HSL | hsl(37, 57%, 56%) |
| CMYK | cmyk(0%, 24%, 62%, 19%) |
| LAB | lab(68.0 10.2 47.2) |
| LCH | lch(68.0 48.3 77.8) |
| OKLCH | oklch(0.728 0.113 76.5) |
Copy-ready code
/* CSS */
color: #cf9d4f;
background-color: #cf9d4f;
/* Tailwind (arbitrary) */
class="text-[#cf9d4f] bg-[#cf9d4f]"
/* SCSS */
$brand: #cf9d4f;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.310)
/* Android */
Color.parseColor("#cf9d4f")Accessibility — WCAG contrast
Aa
#cf9d4f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9d4f on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow61.8%
Key (black)18.8%
Color previews
#cf9d4f text on a black background
contrast 8.59:1
Card sample
#cf9d4f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9d4f;
Background color
Panel with #cf9d4f background
background-color: #cf9d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9d4f; background: linear-gradient(135deg, #cf9d4f, #ACCF4F);