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