#cf8dbc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 188
HSL
317°, 41%, 68%
CMYK
0, 32, 9, 19
Luminance
0.3595
Every format
| HEX | #cf8dbc |
| RGB | rgb(207, 141, 188) |
| HSL | hsl(317, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 9%, 19%) |
| LAB | lab(66.5 32.3 -14.3) |
| LCH | lch(66.5 35.3 336.1) |
| OKLCH | oklch(0.724 0.101 337.8) |
Copy-ready code
/* CSS */
color: #cf8dbc;
background-color: #cf8dbc;
/* Tailwind (arbitrary) */
class="text-[#cf8dbc] bg-[#cf8dbc]"
/* SCSS */
$brand: #cf8dbc;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.737)
/* Android */
Color.parseColor("#cf8dbc")Accessibility — WCAG contrast
Aa
#cf8dbc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dbc on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow9.2%
Key (black)18.8%
Color previews
#cf8dbc text on a black background
contrast 8.19:1
Card sample
#cf8dbc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dbc;
Background color
Panel with #cf8dbc background
background-color: #cf8dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dbc; background: linear-gradient(135deg, #cf8dbc, #CF8D90);