#cf88ab
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 136, 171
HSL
330°, 43%, 67%
CMYK
0, 34, 17, 19
Luminance
0.3381
Every format
| HEX | #cf88ab |
| RGB | rgb(207, 136, 171) |
| HSL | hsl(330, 43%, 67%) |
| CMYK | cmyk(0%, 34%, 17%, 19%) |
| LAB | lab(64.8 32.1 -7.2) |
| LCH | lch(64.8 33.0 347.4) |
| OKLCH | oklch(0.709 0.097 348.9) |
Copy-ready code
/* CSS */
color: #cf88ab;
background-color: #cf88ab;
/* Tailwind (arbitrary) */
class="text-[#cf88ab] bg-[#cf88ab]"
/* SCSS */
$brand: #cf88ab;
/* SwiftUI */
Color(red: 0.812, green: 0.533, blue: 0.671)
/* Android */
Color.parseColor("#cf88ab")Accessibility — WCAG contrast
Aa
#cf88ab on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf88ab on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow17.4%
Key (black)18.8%
Color previews
#cf88ab text on a black background
contrast 7.76:1
Card sample
#cf88ab text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf88ab;
Background color
Panel with #cf88ab background
background-color: #cf88ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf88ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 136, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 136, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf88ab; background: linear-gradient(135deg, #cf88ab, #CF9488);