#cf9eb9
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 158, 185
HSL
327°, 34%, 72%
CMYK
0, 24, 11, 19
Luminance
0.4122
Every format
| HEX | #cf9eb9 |
| RGB | rgb(207, 158, 185) |
| HSL | hsl(327, 34%, 72%) |
| CMYK | cmyk(0%, 24%, 11%, 19%) |
| LAB | lab(70.3 22.5 -6.9) |
| LCH | lch(70.3 23.5 343.0) |
| OKLCH | oklch(0.753 0.068 344.7) |
Copy-ready code
/* CSS */
color: #cf9eb9;
background-color: #cf9eb9;
/* Tailwind (arbitrary) */
class="text-[#cf9eb9] bg-[#cf9eb9]"
/* SCSS */
$brand: #cf9eb9;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#cf9eb9")Accessibility — WCAG contrast
Aa
#cf9eb9 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9eb9 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow10.6%
Key (black)18.8%
Color previews
#cf9eb9 text on a black background
contrast 9.24:1
Card sample
#cf9eb9 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9eb9;
Background color
Panel with #cf9eb9 background
background-color: #cf9eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9eb9; background: linear-gradient(135deg, #cf9eb9, #CFA49E);