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