#cf9eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 158, 176
HSL
338°, 34%, 72%
CMYK
0, 24, 15, 19
Luminance
0.4085
Every format
| HEX | #cf9eb0 |
| RGB | rgb(207, 158, 176) |
| HSL | hsl(338, 34%, 72%) |
| CMYK | cmyk(0%, 24%, 15%, 19%) |
| LAB | lab(70.1 21.0 -2.3) |
| LCH | lch(70.1 21.1 353.9) |
| OKLCH | oklch(0.750 0.063 354.8) |
Copy-ready code
/* CSS */
color: #cf9eb0;
background-color: #cf9eb0;
/* Tailwind (arbitrary) */
class="text-[#cf9eb0] bg-[#cf9eb0]"
/* SCSS */
$brand: #cf9eb0;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#cf9eb0")Accessibility — WCAG contrast
Aa
#cf9eb0 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9eb0 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow15.0%
Key (black)18.8%
Color previews
#cf9eb0 text on a black background
contrast 9.17:1
Card sample
#cf9eb0 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9eb0;
Background color
Panel with #cf9eb0 background
background-color: #cf9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9eb0; background: linear-gradient(135deg, #cf9eb0, #CFAD9E);