#cf8dba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 186
HSL
319°, 41%, 68%
CMYK
0, 32, 10, 19
Luminance
0.3586
Every format
| HEX | #cf8dba |
| RGB | rgb(207, 141, 186) |
| HSL | hsl(319, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 10%, 19%) |
| LAB | lab(66.4 31.9 -13.3) |
| LCH | lch(66.4 34.5 337.4) |
| OKLCH | oklch(0.723 0.099 339.1) |
Copy-ready code
/* CSS */
color: #cf8dba;
background-color: #cf8dba;
/* Tailwind (arbitrary) */
class="text-[#cf8dba] bg-[#cf8dba]"
/* SCSS */
$brand: #cf8dba;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.729)
/* Android */
Color.parseColor("#cf8dba")Accessibility — WCAG contrast
Aa
#cf8dba on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dba on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf8dba text on a black background
contrast 8.17:1
Card sample
#cf8dba text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dba;
Background color
Panel with #cf8dba background
background-color: #cf8dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dba; background: linear-gradient(135deg, #cf8dba, #CF8D8E);