#cf9dae
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 157, 174
HSL
340°, 34%, 71%
CMYK
0, 24, 16, 19
Luminance
0.4044
Every format
| HEX | #cf9dae |
| RGB | rgb(207, 157, 174) |
| HSL | hsl(340, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 16%, 19%) |
| LAB | lab(69.8 21.2 -1.6) |
| LCH | lch(69.8 21.3 355.8) |
| OKLCH | oklch(0.748 0.063 356.5) |
Copy-ready code
/* CSS */
color: #cf9dae;
background-color: #cf9dae;
/* Tailwind (arbitrary) */
class="text-[#cf9dae] bg-[#cf9dae]"
/* SCSS */
$brand: #cf9dae;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#cf9dae")Accessibility — WCAG contrast
Aa
#cf9dae on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dae on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow15.9%
Key (black)18.8%
Color previews
#cf9dae text on a black background
contrast 9.09:1
Card sample
#cf9dae text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dae;
Background color
Panel with #cf9dae background
background-color: #cf9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dae; background: linear-gradient(135deg, #cf9dae, #CFAD9D);