#cf7fbc
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 127, 188
HSL
314°, 46%, 66%
CMYK
0, 39, 9, 19
Luminance
0.3207
Every format
| HEX | #cf7fbc |
| RGB | rgb(207, 127, 188) |
| HSL | hsl(314, 46%, 66%) |
| CMYK | cmyk(0%, 39%, 9%, 19%) |
| LAB | lab(63.4 39.8 -18.9) |
| LCH | lch(63.4 44.0 334.5) |
| OKLCH | oklch(0.700 0.126 336.1) |
Copy-ready code
/* CSS */
color: #cf7fbc;
background-color: #cf7fbc;
/* Tailwind (arbitrary) */
class="text-[#cf7fbc] bg-[#cf7fbc]"
/* SCSS */
$brand: #cf7fbc;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.737)
/* Android */
Color.parseColor("#cf7fbc")Accessibility — WCAG contrast
Aa
#cf7fbc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fbc on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow9.2%
Key (black)18.8%
Color previews
#cf7fbc text on a black background
contrast 7.41:1
Card sample
#cf7fbc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fbc;
Background color
Panel with #cf7fbc background
background-color: #cf7fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fbc; background: linear-gradient(135deg, #cf7fbc, #CF7F87);