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