#cf91da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 145, 218
HSL
291°, 50%, 71%
CMYK
5, 34, 0, 15
Luminance
0.3858
Every format
| HEX | #cf91da |
| RGB | rgb(207, 145, 218) |
| HSL | hsl(291, 50%, 71%) |
| CMYK | cmyk(5%, 34%, 0%, 15%) |
| LAB | lab(68.5 35.6 -28.0) |
| LCH | lch(68.5 45.3 321.8) |
| OKLCH | oklch(0.742 0.122 321.3) |
Copy-ready code
/* CSS */
color: #cf91da;
background-color: #cf91da;
/* Tailwind (arbitrary) */
class="text-[#cf91da] bg-[#cf91da]"
/* SCSS */
$brand: #cf91da;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.855)
/* Android */
Color.parseColor("#cf91da")Accessibility — WCAG contrast
Aa
#cf91da on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91da on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta33.5%
Yellow0.0%
Key (black)14.5%
Color previews
#cf91da text on a black background
contrast 8.72:1
Card sample
#cf91da text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91da;
Background color
Panel with #cf91da background
background-color: #cf91da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91da; background: linear-gradient(135deg, #cf91da, #DA91B4);