#cf95b2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 149, 178
HSL
330°, 38%, 70%
CMYK
0, 28, 14, 19
Luminance
0.3797
Every format
| HEX | #cf95b2 |
| RGB | rgb(207, 149, 178) |
| HSL | hsl(330, 38%, 70%) |
| CMYK | cmyk(0%, 28%, 14%, 19%) |
| LAB | lab(68.0 26.2 -6.4) |
| LCH | lch(68.0 27.0 346.2) |
| OKLCH | oklch(0.734 0.079 347.8) |
Copy-ready code
/* CSS */
color: #cf95b2;
background-color: #cf95b2;
/* Tailwind (arbitrary) */
class="text-[#cf95b2] bg-[#cf95b2]"
/* SCSS */
$brand: #cf95b2;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.698)
/* Android */
Color.parseColor("#cf95b2")Accessibility — WCAG contrast
Aa
#cf95b2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95b2 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow14.0%
Key (black)18.8%
Color previews
#cf95b2 text on a black background
contrast 8.59:1
Card sample
#cf95b2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95b2;
Background color
Panel with #cf95b2 background
background-color: #cf95b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95b2; background: linear-gradient(135deg, #cf95b2, #CF9F95);