#cf9bac
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 155, 172
HSL
340°, 35%, 71%
CMYK
0, 25, 17, 19
Luminance
0.3969
Every format
| HEX | #cf9bac |
| RGB | rgb(207, 155, 172) |
| HSL | hsl(340, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 17%, 19%) |
| LAB | lab(69.3 22.0 -1.2) |
| LCH | lch(69.3 22.0 356.8) |
| OKLCH | oklch(0.743 0.066 357.4) |
Copy-ready code
/* CSS */
color: #cf9bac;
background-color: #cf9bac;
/* Tailwind (arbitrary) */
class="text-[#cf9bac] bg-[#cf9bac]"
/* SCSS */
$brand: #cf9bac;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#cf9bac")Accessibility — WCAG contrast
Aa
#cf9bac on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bac on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow16.9%
Key (black)18.8%
Color previews
#cf9bac text on a black background
contrast 8.94:1
Card sample
#cf9bac text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bac;
Background color
Panel with #cf9bac background
background-color: #cf9bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bac; background: linear-gradient(135deg, #cf9bac, #CFAD9B);