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