#cf93b7
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 147, 183
HSL
324°, 39%, 69%
CMYK
0, 29, 12, 19
Luminance
0.3755
Every format
| HEX | #cf93b7 |
| RGB | rgb(207, 147, 183) |
| HSL | hsl(324, 39%, 69%) |
| CMYK | cmyk(0%, 29%, 12%, 19%) |
| LAB | lab(67.7 28.1 -9.7) |
| LCH | lch(67.7 29.8 341.0) |
| OKLCH | oklch(0.732 0.086 342.7) |
Copy-ready code
/* CSS */
color: #cf93b7;
background-color: #cf93b7;
/* Tailwind (arbitrary) */
class="text-[#cf93b7] bg-[#cf93b7]"
/* SCSS */
$brand: #cf93b7;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.718)
/* Android */
Color.parseColor("#cf93b7")Accessibility — WCAG contrast
Aa
#cf93b7 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93b7 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow11.6%
Key (black)18.8%
Color previews
#cf93b7 text on a black background
contrast 8.51:1
Card sample
#cf93b7 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93b7;
Background color
Panel with #cf93b7 background
background-color: #cf93b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93b7; background: linear-gradient(135deg, #cf93b7, #CF9793);