#cf91ab
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 145, 171
HSL
335°, 39%, 69%
CMYK
0, 30, 17, 19
Luminance
0.3646
Every format
| HEX | #cf91ab |
| RGB | rgb(207, 145, 171) |
| HSL | hsl(335, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 17%, 19%) |
| LAB | lab(66.9 27.3 -4.2) |
| LCH | lch(66.9 27.6 351.3) |
| OKLCH | oklch(0.725 0.082 352.5) |
Copy-ready code
/* CSS */
color: #cf91ab;
background-color: #cf91ab;
/* Tailwind (arbitrary) */
class="text-[#cf91ab] bg-[#cf91ab]"
/* SCSS */
$brand: #cf91ab;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.671)
/* Android */
Color.parseColor("#cf91ab")Accessibility — WCAG contrast
Aa
#cf91ab on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91ab on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow17.4%
Key (black)18.8%
Color previews
#cf91ab text on a black background
contrast 8.29:1
Card sample
#cf91ab text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91ab;
Background color
Panel with #cf91ab background
background-color: #cf91ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91ab; background: linear-gradient(135deg, #cf91ab, #CFA091);