#cf7ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 124, 207
HSL
300°, 46%, 65%
CMYK
0, 40, 0, 19
Luminance
0.3219
Every format
| HEX | #cf7ccf |
| RGB | rgb(207, 124, 207) |
| HSL | hsl(300, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 0%, 19%) |
| LAB | lab(63.5 44.7 -29.5) |
| LCH | lch(63.5 53.6 326.6) |
| OKLCH | oklch(0.703 0.148 327.0) |
Copy-ready code
/* CSS */
color: #cf7ccf;
background-color: #cf7ccf;
/* Tailwind (arbitrary) */
class="text-[#cf7ccf] bg-[#cf7ccf]"
/* SCSS */
$brand: #cf7ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#cf7ccf")Accessibility — WCAG contrast
Aa
#cf7ccf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ccf on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cf7ccf text on a black background
contrast 7.44:1
Card sample
#cf7ccf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ccf;
Background color
Panel with #cf7ccf background
background-color: #cf7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ccf; background: linear-gradient(135deg, #cf7ccf, #CF7C98);