#cf95bc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 149, 188
HSL
320°, 38%, 70%
CMYK
0, 28, 9, 19
Luminance
0.3839
Every format
| HEX | #cf95bc |
| RGB | rgb(207, 149, 188) |
| HSL | hsl(320, 38%, 70%) |
| CMYK | cmyk(0%, 28%, 9%, 19%) |
| LAB | lab(68.3 27.9 -11.6) |
| LCH | lch(68.3 30.2 337.5) |
| OKLCH | oklch(0.738 0.086 339.2) |
Copy-ready code
/* CSS */
color: #cf95bc;
background-color: #cf95bc;
/* Tailwind (arbitrary) */
class="text-[#cf95bc] bg-[#cf95bc]"
/* SCSS */
$brand: #cf95bc;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.737)
/* Android */
Color.parseColor("#cf95bc")Accessibility — WCAG contrast
Aa
#cf95bc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95bc on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cf95bc text on a black background
contrast 8.68:1
Card sample
#cf95bc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95bc;
Background color
Panel with #cf95bc background
background-color: #cf95bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95bc; background: linear-gradient(135deg, #cf95bc, #CF9595);