#cf91d2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 145, 210
HSL
297°, 42%, 70%
CMYK
1, 31, 0, 18
Luminance
0.3817
Every format
| HEX | #cf91d2 |
| RGB | rgb(207, 145, 210) |
| HSL | hsl(297, 42%, 70%) |
| CMYK | cmyk(1%, 31%, 0%, 18%) |
| LAB | lab(68.2 34.0 -24.0) |
| LCH | lch(68.2 41.7 324.8) |
| OKLCH | oklch(0.739 0.114 325.1) |
Copy-ready code
/* CSS */
color: #cf91d2;
background-color: #cf91d2;
/* Tailwind (arbitrary) */
class="text-[#cf91d2] bg-[#cf91d2]"
/* SCSS */
$brand: #cf91d2;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.824)
/* Android */
Color.parseColor("#cf91d2")Accessibility — WCAG contrast
Aa
#cf91d2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91d2 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta31.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf91d2 text on a black background
contrast 8.63:1
Card sample
#cf91d2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91d2;
Background color
Panel with #cf91d2 background
background-color: #cf91d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91d2; background: linear-gradient(135deg, #cf91d2, #D291AA);