#cf91c3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 145, 195
HSL
312°, 39%, 69%
CMYK
0, 30, 6, 19
Luminance
0.3746
Every format
| HEX | #cf91c3 |
| RGB | rgb(207, 145, 195) |
| HSL | hsl(312, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 6%, 19%) |
| LAB | lab(67.6 31.3 -16.5) |
| LCH | lch(67.6 35.4 332.2) |
| OKLCH | oklch(0.733 0.100 333.6) |
Copy-ready code
/* CSS */
color: #cf91c3;
background-color: #cf91c3;
/* Tailwind (arbitrary) */
class="text-[#cf91c3] bg-[#cf91c3]"
/* SCSS */
$brand: #cf91c3;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.765)
/* Android */
Color.parseColor("#cf91c3")Accessibility — WCAG contrast
Aa
#cf91c3 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91c3 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow5.8%
Key (black)18.8%
Color previews
#cf91c3 text on a black background
contrast 8.49:1
Card sample
#cf91c3 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91c3;
Background color
Panel with #cf91c3 background
background-color: #cf91c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91c3; background: linear-gradient(135deg, #cf91c3, #CF919A);