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