#cf9fad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 159, 173
HSL
343°, 33%, 72%
CMYK
0, 23, 16, 19
Luminance
0.4108
Every format
| HEX | #cf9fad |
| RGB | rgb(207, 159, 173) |
| HSL | hsl(343, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 16%, 19%) |
| LAB | lab(70.2 19.9 -0.3) |
| LCH | lch(70.2 19.9 359.0) |
| OKLCH | oklch(0.751 0.060 359.4) |
Copy-ready code
/* CSS */
color: #cf9fad;
background-color: #cf9fad;
/* Tailwind (arbitrary) */
class="text-[#cf9fad] bg-[#cf9fad]"
/* SCSS */
$brand: #cf9fad;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.678)
/* Android */
Color.parseColor("#cf9fad")Accessibility — WCAG contrast
Aa
#cf9fad on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fad on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow16.4%
Key (black)18.8%
Color previews
#cf9fad text on a black background
contrast 9.22:1
Card sample
#cf9fad text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fad;
Background color
Panel with #cf9fad background
background-color: #cf9fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fad; background: linear-gradient(135deg, #cf9fad, #CFB19F);