#cf897f
a light, vivid red · warm · closest name: pink
RGB
207, 137, 127
HSL
8°, 46%, 66%
CMYK
0, 34, 39, 19
Luminance
0.3269
Every format
| HEX | #cf897f |
| RGB | rgb(207, 137, 127) |
| HSL | hsl(8, 46%, 66%) |
| CMYK | cmyk(0%, 34%, 39%, 19%) |
| LAB | lab(63.9 25.5 16.4) |
| LCH | lch(63.9 30.3 32.7) |
| OKLCH | oklch(0.699 0.088 28.4) |
Copy-ready code
/* CSS */
color: #cf897f;
background-color: #cf897f;
/* Tailwind (arbitrary) */
class="text-[#cf897f] bg-[#cf897f]"
/* SCSS */
$brand: #cf897f;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.498)
/* Android */
Color.parseColor("#cf897f")Accessibility — WCAG contrast
Aa
#cf897f on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf897f on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow38.6%
Key (black)18.8%
Color previews
#cf897f text on a black background
contrast 7.54:1
Card sample
#cf897f text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf897f;
Background color
Panel with #cf897f background
background-color: #cf897f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf897f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf897f; background: linear-gradient(135deg, #cf897f, #CFBE7F);