#cfacba
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 172, 186
HSL
336°, 27%, 74%
CMYK
0, 17, 10, 19
Luminance
0.4632
Every format
| HEX | #cfacba |
| RGB | rgb(207, 172, 186) |
| HSL | hsl(336, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 10%, 19%) |
| LAB | lab(73.8 15.0 -2.4) |
| LCH | lch(73.8 15.2 351.0) |
| OKLCH | oklch(0.779 0.045 352.2) |
Copy-ready code
/* CSS */
color: #cfacba;
background-color: #cfacba;
/* Tailwind (arbitrary) */
class="text-[#cfacba] bg-[#cfacba]"
/* SCSS */
$brand: #cfacba;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#cfacba")Accessibility — WCAG contrast
Aa
#cfacba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacba on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cfacba text on a black background
contrast 10.26:1
Card sample
#cfacba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacba;
Background color
Panel with #cfacba background
background-color: #cfacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacba; background: linear-gradient(135deg, #cfacba, #CFB5AC);