#cf987f
a light, vivid orange · warm · closest name: tan
RGB
207, 152, 127
HSL
19°, 46%, 66%
CMYK
0, 27, 39, 19
Luminance
0.3725
Every format
| HEX | #cf987f |
| RGB | rgb(207, 152, 127) |
| HSL | hsl(19, 46%, 66%) |
| CMYK | cmyk(0%, 27%, 39%, 19%) |
| LAB | lab(67.5 17.4 21.3) |
| LCH | lch(67.5 27.4 50.7) |
| OKLCH | oklch(0.726 0.075 45.5) |
Copy-ready code
/* CSS */
color: #cf987f;
background-color: #cf987f;
/* Tailwind (arbitrary) */
class="text-[#cf987f] bg-[#cf987f]"
/* SCSS */
$brand: #cf987f;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.498)
/* Android */
Color.parseColor("#cf987f")Accessibility — WCAG contrast
Aa
#cf987f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf987f on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow38.6%
Key (black)18.8%
Color previews
#cf987f text on a black background
contrast 8.45:1
Card sample
#cf987f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf987f;
Background color
Panel with #cf987f background
background-color: #cf987f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf987f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf987f; background: linear-gradient(135deg, #cf987f, #CFCD7F);