#cf7fc4
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 127, 196
HSL
308°, 46%, 66%
CMYK
0, 39, 5, 19
Luminance
0.3243
Every format
| HEX | #cf7fc4 |
| RGB | rgb(207, 127, 196) |
| HSL | hsl(308, 46%, 66%) |
| CMYK | cmyk(0%, 39%, 5%, 19%) |
| LAB | lab(63.7 41.2 -23.0) |
| LCH | lch(63.7 47.2 330.8) |
| OKLCH | oklch(0.704 0.132 332.0) |
Copy-ready code
/* CSS */
color: #cf7fc4;
background-color: #cf7fc4;
/* Tailwind (arbitrary) */
class="text-[#cf7fc4] bg-[#cf7fc4]"
/* SCSS */
$brand: #cf7fc4;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.769)
/* Android */
Color.parseColor("#cf7fc4")Accessibility — WCAG contrast
Aa
#cf7fc4 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fc4 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow5.3%
Key (black)18.8%
Color previews
#cf7fc4 text on a black background
contrast 7.49:1
Card sample
#cf7fc4 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fc4;
Background color
Panel with #cf7fc4 background
background-color: #cf7fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fc4; background: linear-gradient(135deg, #cf7fc4, #CF7F8F);