#cf93cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 147, 203
HSL
304°, 39%, 69%
CMYK
0, 29, 2, 19
Luminance
0.3844
Every format
| HEX | #cf93cb |
| RGB | rgb(207, 147, 203) |
| HSL | hsl(304, 39%, 69%) |
| CMYK | cmyk(0%, 29%, 2%, 19%) |
| LAB | lab(68.3 31.7 -19.8) |
| LCH | lch(68.3 37.4 327.9) |
| OKLCH | oklch(0.740 0.103 328.8) |
Copy-ready code
/* CSS */
color: #cf93cb;
background-color: #cf93cb;
/* Tailwind (arbitrary) */
class="text-[#cf93cb] bg-[#cf93cb]"
/* SCSS */
$brand: #cf93cb;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.796)
/* Android */
Color.parseColor("#cf93cb")Accessibility — WCAG contrast
Aa
#cf93cb on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93cb on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow1.9%
Key (black)18.8%
Color previews
#cf93cb text on a black background
contrast 8.69:1
Card sample
#cf93cb text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93cb;
Background color
Panel with #cf93cb background
background-color: #cf93cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93cb; background: linear-gradient(135deg, #cf93cb, #CF93A3);