#cf93d2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 147, 210
HSL
297°, 41%, 70%
CMYK
1, 30, 0, 18
Luminance
0.3879
Every format
| HEX | #cf93d2 |
| RGB | rgb(207, 147, 210) |
| HSL | hsl(297, 41%, 70%) |
| CMYK | cmyk(1%, 30%, 0%, 18%) |
| LAB | lab(68.6 33.0 -23.3) |
| LCH | lch(68.6 40.4 324.7) |
| OKLCH | oklch(0.742 0.110 325.0) |
Copy-ready code
/* CSS */
color: #cf93d2;
background-color: #cf93d2;
/* Tailwind (arbitrary) */
class="text-[#cf93d2] bg-[#cf93d2]"
/* SCSS */
$brand: #cf93d2;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.824)
/* Android */
Color.parseColor("#cf93d2")Accessibility — WCAG contrast
Aa
#cf93d2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93d2 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta30.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf93d2 text on a black background
contrast 8.76:1
Card sample
#cf93d2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93d2;
Background color
Panel with #cf93d2 background
background-color: #cf93d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93d2; background: linear-gradient(135deg, #cf93d2, #D293AB);