#cf7cc4
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 124, 196
HSL
308°, 46%, 65%
CMYK
0, 40, 5, 19
Luminance
0.3167
Every format
| HEX | #cf7cc4 |
| RGB | rgb(207, 124, 196) |
| HSL | hsl(308, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 5%, 19%) |
| LAB | lab(63.1 42.7 -24.0) |
| LCH | lch(63.1 49.0 330.7) |
| OKLCH | oklch(0.699 0.138 331.9) |
Copy-ready code
/* CSS */
color: #cf7cc4;
background-color: #cf7cc4;
/* Tailwind (arbitrary) */
class="text-[#cf7cc4] bg-[#cf7cc4]"
/* SCSS */
$brand: #cf7cc4;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.769)
/* Android */
Color.parseColor("#cf7cc4")Accessibility — WCAG contrast
Aa
#cf7cc4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7cc4 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow5.3%
Key (black)18.8%
Color previews
#cf7cc4 text on a black background
contrast 7.33:1
Card sample
#cf7cc4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7cc4;
Background color
Panel with #cf7cc4 background
background-color: #cf7cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7cc4; background: linear-gradient(135deg, #cf7cc4, #CF7C8D);