#cf97bc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 151, 188
HSL
320°, 37%, 70%
CMYK
0, 27, 9, 19
Luminance
0.3903
Every format
| HEX | #cf97bc |
| RGB | rgb(207, 151, 188) |
| HSL | hsl(320, 37%, 70%) |
| CMYK | cmyk(0%, 27%, 9%, 19%) |
| LAB | lab(68.8 26.8 -10.8) |
| LCH | lch(68.8 28.9 338.0) |
| OKLCH | oklch(0.741 0.083 339.7) |
Copy-ready code
/* CSS */
color: #cf97bc;
background-color: #cf97bc;
/* Tailwind (arbitrary) */
class="text-[#cf97bc] bg-[#cf97bc]"
/* SCSS */
$brand: #cf97bc;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.737)
/* Android */
Color.parseColor("#cf97bc")Accessibility — WCAG contrast
Aa
#cf97bc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97bc on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow9.2%
Key (black)18.8%
Color previews
#cf97bc text on a black background
contrast 8.81:1
Card sample
#cf97bc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97bc;
Background color
Panel with #cf97bc background
background-color: #cf97bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97bc; background: linear-gradient(135deg, #cf97bc, #CF9797);