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