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