#cf91c8
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 145, 200
HSL
307°, 39%, 69%
CMYK
0, 30, 3, 19
Luminance
0.3769
Every format
| HEX | #cf91c8 |
| RGB | rgb(207, 145, 200) |
| HSL | hsl(307, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 3%, 19%) |
| LAB | lab(67.8 32.2 -19.0) |
| LCH | lch(67.8 37.4 329.4) |
| OKLCH | oklch(0.735 0.104 330.5) |
Copy-ready code
/* CSS */
color: #cf91c8;
background-color: #cf91c8;
/* Tailwind (arbitrary) */
class="text-[#cf91c8] bg-[#cf91c8]"
/* SCSS */
$brand: #cf91c8;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.784)
/* Android */
Color.parseColor("#cf91c8")Accessibility — WCAG contrast
Aa
#cf91c8 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91c8 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow3.4%
Key (black)18.8%
Color previews
#cf91c8 text on a black background
contrast 8.54:1
Card sample
#cf91c8 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91c8;
Background color
Panel with #cf91c8 background
background-color: #cf91c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91c8; background: linear-gradient(135deg, #cf91c8, #CF919F);