#cf985c
a balanced, vivid orange · warm · closest name: peru
RGB
207, 152, 92
HSL
31°, 55%, 59%
CMYK
0, 27, 56, 19
Luminance
0.3649
Every format
| HEX | #cf985c |
| RGB | rgb(207, 152, 92) |
| HSL | hsl(31, 55%, 59%) |
| CMYK | cmyk(0%, 27%, 56%, 19%) |
| LAB | lab(66.9 13.9 39.4) |
| LCH | lch(66.9 41.7 70.6) |
| OKLCH | oklch(0.720 0.102 67.4) |
Copy-ready code
/* CSS */
color: #cf985c;
background-color: #cf985c;
/* Tailwind (arbitrary) */
class="text-[#cf985c] bg-[#cf985c]"
/* SCSS */
$brand: #cf985c;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.361)
/* Android */
Color.parseColor("#cf985c")Accessibility — WCAG contrast
Aa
#cf985c on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf985c on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow55.6%
Key (black)18.8%
Color previews
#cf985c text on a black background
contrast 8.30:1
Card sample
#cf985c text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf985c;
Background color
Panel with #cf985c background
background-color: #cf985c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf985c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf985c; background: linear-gradient(135deg, #cf985c, #B9CF5C);