#cf95ac
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 149, 172
HSL
336°, 38%, 70%
CMYK
0, 28, 17, 19
Luminance
0.3774
Every format
| HEX | #cf95ac |
| RGB | rgb(207, 149, 172) |
| HSL | hsl(336, 38%, 70%) |
| CMYK | cmyk(0%, 28%, 17%, 19%) |
| LAB | lab(67.8 25.2 -3.3) |
| LCH | lch(67.8 25.5 352.5) |
| OKLCH | oklch(0.732 0.076 353.6) |
Copy-ready code
/* CSS */
color: #cf95ac;
background-color: #cf95ac;
/* Tailwind (arbitrary) */
class="text-[#cf95ac] bg-[#cf95ac]"
/* SCSS */
$brand: #cf95ac;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.675)
/* Android */
Color.parseColor("#cf95ac")Accessibility — WCAG contrast
Aa
#cf95ac on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95ac on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cf95ac text on a black background
contrast 8.55:1
Card sample
#cf95ac text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95ac;
Background color
Panel with #cf95ac background
background-color: #cf95ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95ac; background: linear-gradient(135deg, #cf95ac, #CFA595);