#cf93ba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 147, 186
HSL
321°, 39%, 69%
CMYK
0, 29, 10, 19
Luminance
0.3768
Every format
| HEX | #cf93ba |
| RGB | rgb(207, 147, 186) |
| HSL | hsl(321, 39%, 69%) |
| CMYK | cmyk(0%, 29%, 10%, 19%) |
| LAB | lab(67.8 28.6 -11.2) |
| LCH | lch(67.8 30.8 338.6) |
| OKLCH | oklch(0.734 0.088 340.3) |
Copy-ready code
/* CSS */
color: #cf93ba;
background-color: #cf93ba;
/* Tailwind (arbitrary) */
class="text-[#cf93ba] bg-[#cf93ba]"
/* SCSS */
$brand: #cf93ba;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#cf93ba")Accessibility — WCAG contrast
Aa
#cf93ba on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93ba on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf93ba text on a black background
contrast 8.54:1
Card sample
#cf93ba text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93ba;
Background color
Panel with #cf93ba background
background-color: #cf93ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93ba; background: linear-gradient(135deg, #cf93ba, #CF9493);