#cf7fcc
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 127, 204
HSL
302°, 46%, 66%
CMYK
0, 39, 1, 19
Luminance
0.3280
Every format
| HEX | #cf7fcc |
| RGB | rgb(207, 127, 204) |
| HSL | hsl(302, 46%, 66%) |
| CMYK | cmyk(0%, 39%, 1%, 19%) |
| LAB | lab(64.0 42.6 -27.0) |
| LCH | lch(64.0 50.5 327.6) |
| OKLCH | oklch(0.707 0.140 328.3) |
Copy-ready code
/* CSS */
color: #cf7fcc;
background-color: #cf7fcc;
/* Tailwind (arbitrary) */
class="text-[#cf7fcc] bg-[#cf7fcc]"
/* SCSS */
$brand: #cf7fcc;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#cf7fcc")Accessibility — WCAG contrast
Aa
#cf7fcc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fcc on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow1.4%
Key (black)18.8%
Color previews
#cf7fcc text on a black background
contrast 7.56:1
Card sample
#cf7fcc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fcc;
Background color
Panel with #cf7fcc background
background-color: #cf7fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fcc; background: linear-gradient(135deg, #cf7fcc, #CF7F97);