#cf88c3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 136, 195
HSL
310°, 43%, 67%
CMYK
0, 34, 6, 19
Luminance
0.3481
Every format
| HEX | #cf88c3 |
| RGB | rgb(207, 136, 195) |
| HSL | hsl(310, 43%, 67%) |
| CMYK | cmyk(0%, 34%, 6%, 19%) |
| LAB | lab(65.6 36.2 -19.5) |
| LCH | lch(65.6 41.1 331.6) |
| OKLCH | oklch(0.718 0.116 332.9) |
Copy-ready code
/* CSS */
color: #cf88c3;
background-color: #cf88c3;
/* Tailwind (arbitrary) */
class="text-[#cf88c3] bg-[#cf88c3]"
/* SCSS */
$brand: #cf88c3;
/* SwiftUI */
Color(red: 0.812, green: 0.533, blue: 0.765)
/* Android */
Color.parseColor("#cf88c3")Accessibility — WCAG contrast
Aa
#cf88c3 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf88c3 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.3%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow5.8%
Key (black)18.8%
Color previews
#cf88c3 text on a black background
contrast 7.96:1
Card sample
#cf88c3 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf88c3;
Background color
Panel with #cf88c3 background
background-color: #cf88c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf88c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 136, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 136, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf88c3; background: linear-gradient(135deg, #cf88c3, #CF8894);