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