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