#cf9eb4
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 158, 180
HSL
333°, 34%, 72%
CMYK
0, 24, 13, 19
Luminance
0.4101
Every format
| HEX | #cf9eb4 |
| RGB | rgb(207, 158, 180) |
| HSL | hsl(333, 34%, 72%) |
| CMYK | cmyk(0%, 24%, 13%, 19%) |
| LAB | lab(70.2 21.6 -4.3) |
| LCH | lch(70.2 22.1 348.8) |
| OKLCH | oklch(0.751 0.065 350.1) |
Copy-ready code
/* CSS */
color: #cf9eb4;
background-color: #cf9eb4;
/* Tailwind (arbitrary) */
class="text-[#cf9eb4] bg-[#cf9eb4]"
/* SCSS */
$brand: #cf9eb4;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#cf9eb4")Accessibility — WCAG contrast
Aa
#cf9eb4 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9eb4 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow13.0%
Key (black)18.8%
Color previews
#cf9eb4 text on a black background
contrast 9.20:1
Card sample
#cf9eb4 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9eb4;
Background color
Panel with #cf9eb4 background
background-color: #cf9eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9eb4; background: linear-gradient(135deg, #cf9eb4, #CFA99E);