#cf93da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 147, 218
HSL
291°, 49%, 72%
CMYK
5, 33, 0, 15
Luminance
0.3919
Every format
| HEX | #cf93da |
| RGB | rgb(207, 147, 218) |
| HSL | hsl(291, 49%, 72%) |
| CMYK | cmyk(5%, 33%, 0%, 15%) |
| LAB | lab(68.9 34.5 -27.3) |
| LCH | lch(68.9 44.0 321.6) |
| OKLCH | oklch(0.746 0.119 321.2) |
Copy-ready code
/* CSS */
color: #cf93da;
background-color: #cf93da;
/* Tailwind (arbitrary) */
class="text-[#cf93da] bg-[#cf93da]"
/* SCSS */
$brand: #cf93da;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.855)
/* Android */
Color.parseColor("#cf93da")Accessibility — WCAG contrast
Aa
#cf93da on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93da on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta32.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cf93da text on a black background
contrast 8.84:1
Card sample
#cf93da text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93da;
Background color
Panel with #cf93da background
background-color: #cf93da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93da; background: linear-gradient(135deg, #cf93da, #DA93B6);