#cf987c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 152, 124
HSL
20°, 46%, 65%
CMYK
0, 27, 40, 19
Luminance
0.3718
Every format
| HEX | #cf987c |
| RGB | rgb(207, 152, 124) |
| HSL | hsl(20, 46%, 65%) |
| CMYK | cmyk(0%, 27%, 40%, 19%) |
| LAB | lab(67.4 17.0 22.8) |
| LCH | lch(67.4 28.5 53.3) |
| OKLCH | oklch(0.726 0.077 48.1) |
Copy-ready code
/* CSS */
color: #cf987c;
background-color: #cf987c;
/* Tailwind (arbitrary) */
class="text-[#cf987c] bg-[#cf987c]"
/* SCSS */
$brand: #cf987c;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.486)
/* Android */
Color.parseColor("#cf987c")Accessibility — WCAG contrast
Aa
#cf987c on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf987c on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow40.1%
Key (black)18.8%
Color previews
#cf987c text on a black background
contrast 8.44:1
Card sample
#cf987c text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf987c;
Background color
Panel with #cf987c background
background-color: #cf987c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf987c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf987c; background: linear-gradient(135deg, #cf987c, #CFCF7C);