#cf95ba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 149, 186
HSL
322°, 38%, 70%
CMYK
0, 28, 10, 19
Luminance
0.3831
Every format
| HEX | #cf95ba |
| RGB | rgb(207, 149, 186) |
| HSL | hsl(322, 38%, 70%) |
| CMYK | cmyk(0%, 28%, 10%, 19%) |
| LAB | lab(68.3 27.6 -10.5) |
| LCH | lch(68.3 29.5 339.1) |
| OKLCH | oklch(0.737 0.085 340.8) |
Copy-ready code
/* CSS */
color: #cf95ba;
background-color: #cf95ba;
/* Tailwind (arbitrary) */
class="text-[#cf95ba] bg-[#cf95ba]"
/* SCSS */
$brand: #cf95ba;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.729)
/* Android */
Color.parseColor("#cf95ba")Accessibility — WCAG contrast
Aa
#cf95ba on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95ba on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf95ba text on a black background
contrast 8.66:1
Card sample
#cf95ba text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95ba;
Background color
Panel with #cf95ba background
background-color: #cf95ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95ba; background: linear-gradient(135deg, #cf95ba, #CF9795);