#cf7dbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 125, 191
HSL
312°, 46%, 65%
CMYK
0, 40, 8, 19
Luminance
0.3169
Every format
| HEX | #cf7dbf |
| RGB | rgb(207, 125, 191) |
| HSL | hsl(312, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 8%, 19%) |
| LAB | lab(63.1 41.3 -21.1) |
| LCH | lch(63.1 46.4 332.9) |
| OKLCH | oklch(0.698 0.132 334.4) |
Copy-ready code
/* CSS */
color: #cf7dbf;
background-color: #cf7dbf;
/* Tailwind (arbitrary) */
class="text-[#cf7dbf] bg-[#cf7dbf]"
/* SCSS */
$brand: #cf7dbf;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#cf7dbf")Accessibility — WCAG contrast
Aa
#cf7dbf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7dbf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow7.7%
Key (black)18.8%
Color previews
#cf7dbf text on a black background
contrast 7.34:1
Card sample
#cf7dbf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7dbf;
Background color
Panel with #cf7dbf background
background-color: #cf7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7dbf; background: linear-gradient(135deg, #cf7dbf, #CF7D88);