#cf984f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 152, 79
HSL
34°, 57%, 56%
CMYK
0, 27, 62, 19
Luminance
0.3629
Every format
| HEX | #cf984f |
| RGB | rgb(207, 152, 79) |
| HSL | hsl(34, 57%, 56%) |
| CMYK | cmyk(0%, 27%, 62%, 19%) |
| LAB | lab(66.7 12.9 45.8) |
| LCH | lch(66.7 47.6 74.2) |
| OKLCH | oklch(0.718 0.112 72.1) |
Copy-ready code
/* CSS */
color: #cf984f;
background-color: #cf984f;
/* Tailwind (arbitrary) */
class="text-[#cf984f] bg-[#cf984f]"
/* SCSS */
$brand: #cf984f;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.310)
/* Android */
Color.parseColor("#cf984f")Accessibility — WCAG contrast
Aa
#cf984f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf984f on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow61.8%
Key (black)18.8%
Color previews
#cf984f text on a black background
contrast 8.26:1
Card sample
#cf984f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf984f;
Background color
Panel with #cf984f background
background-color: #cf984f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf984f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf984f; background: linear-gradient(135deg, #cf984f, #B1CF4F);