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