#cf91ba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 145, 186
HSL
320°, 39%, 69%
CMYK
0, 30, 10, 19
Luminance
0.3706
Every format
| HEX | #cf91ba |
| RGB | rgb(207, 145, 186) |
| HSL | hsl(320, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 10%, 19%) |
| LAB | lab(67.3 29.7 -11.9) |
| LCH | lch(67.3 32.0 338.2) |
| OKLCH | oklch(0.730 0.092 339.9) |
Copy-ready code
/* CSS */
color: #cf91ba;
background-color: #cf91ba;
/* Tailwind (arbitrary) */
class="text-[#cf91ba] bg-[#cf91ba]"
/* SCSS */
$brand: #cf91ba;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.729)
/* Android */
Color.parseColor("#cf91ba")Accessibility — WCAG contrast
Aa
#cf91ba on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91ba on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf91ba text on a black background
contrast 8.41:1
Card sample
#cf91ba text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91ba;
Background color
Panel with #cf91ba background
background-color: #cf91ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91ba; background: linear-gradient(135deg, #cf91ba, #CF9191);