#cf95d2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 149, 210
HSL
297°, 40%, 70%
CMYK
1, 29, 0, 18
Luminance
0.3941
Every format
| HEX | #cf95d2 |
| RGB | rgb(207, 149, 210) |
| HSL | hsl(297, 40%, 70%) |
| CMYK | cmyk(1%, 29%, 0%, 18%) |
| LAB | lab(69.0 31.9 -22.6) |
| LCH | lch(69.0 39.1 324.6) |
| OKLCH | oklch(0.746 0.107 324.9) |
Copy-ready code
/* CSS */
color: #cf95d2;
background-color: #cf95d2;
/* Tailwind (arbitrary) */
class="text-[#cf95d2] bg-[#cf95d2]"
/* SCSS */
$brand: #cf95d2;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.824)
/* Android */
Color.parseColor("#cf95d2")Accessibility — WCAG contrast
Aa
#cf95d2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95d2 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta29.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf95d2 text on a black background
contrast 8.88:1
Card sample
#cf95d2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95d2;
Background color
Panel with #cf95d2 background
background-color: #cf95d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95d2; background: linear-gradient(135deg, #cf95d2, #D295AC);