#cf95d7
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 149, 215
HSL
293°, 45%, 71%
CMYK
4, 31, 0, 16
Luminance
0.3967
Every format
| HEX | #cf95d7 |
| RGB | rgb(207, 149, 215) |
| HSL | hsl(293, 45%, 71%) |
| CMYK | cmyk(4%, 31%, 0%, 16%) |
| LAB | lab(69.2 32.8 -25.1) |
| LCH | lch(69.2 41.4 322.6) |
| OKLCH | oklch(0.748 0.112 322.4) |
Copy-ready code
/* CSS */
color: #cf95d7;
background-color: #cf95d7;
/* Tailwind (arbitrary) */
class="text-[#cf95d7] bg-[#cf95d7]"
/* SCSS */
$brand: #cf95d7;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.843)
/* Android */
Color.parseColor("#cf95d7")Accessibility — WCAG contrast
Aa
#cf95d7 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95d7 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta30.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cf95d7 text on a black background
contrast 8.93:1
Card sample
#cf95d7 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95d7;
Background color
Panel with #cf95d7 background
background-color: #cf95d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95d7; background: linear-gradient(135deg, #cf95d7, #D795B3);