#cf97ad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 151, 173
HSL
336°, 37%, 70%
CMYK
0, 27, 16, 19
Luminance
0.3842
Every format
| HEX | #cf97ad |
| RGB | rgb(207, 151, 173) |
| HSL | hsl(336, 37%, 70%) |
| CMYK | cmyk(0%, 27%, 16%, 19%) |
| LAB | lab(68.3 24.3 -3.1) |
| LCH | lch(68.3 24.5 352.6) |
| OKLCH | oklch(0.736 0.073 353.7) |
Copy-ready code
/* CSS */
color: #cf97ad;
background-color: #cf97ad;
/* Tailwind (arbitrary) */
class="text-[#cf97ad] bg-[#cf97ad]"
/* SCSS */
$brand: #cf97ad;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.678)
/* Android */
Color.parseColor("#cf97ad")Accessibility — WCAG contrast
Aa
#cf97ad on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97ad on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow16.4%
Key (black)18.8%
Color previews
#cf97ad text on a black background
contrast 8.68:1
Card sample
#cf97ad text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97ad;
Background color
Panel with #cf97ad background
background-color: #cf97ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97ad; background: linear-gradient(135deg, #cf97ad, #CFA697);