#cf97af
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 151, 175
HSL
334°, 37%, 70%
CMYK
0, 27, 16, 19
Luminance
0.3849
Every format
| HEX | #cf97af |
| RGB | rgb(207, 151, 175) |
| HSL | hsl(334, 37%, 70%) |
| CMYK | cmyk(0%, 27%, 16%, 19%) |
| LAB | lab(68.4 24.6 -4.2) |
| LCH | lch(68.4 25.0 350.4) |
| OKLCH | oklch(0.737 0.074 351.6) |
Copy-ready code
/* CSS */
color: #cf97af;
background-color: #cf97af;
/* Tailwind (arbitrary) */
class="text-[#cf97af] bg-[#cf97af]"
/* SCSS */
$brand: #cf97af;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#cf97af")Accessibility — WCAG contrast
Aa
#cf97af on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97af on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow15.5%
Key (black)18.8%
Color previews
#cf97af text on a black background
contrast 8.70:1
Card sample
#cf97af text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97af;
Background color
Panel with #cf97af background
background-color: #cf97af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97af; background: linear-gradient(135deg, #cf97af, #CFA497);