#cf7cdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 124, 223
HSL
290°, 61%, 68%
CMYK
7, 44, 0, 13
Luminance
0.3301
Every format
| HEX | #cf7cdf |
| RGB | rgb(207, 124, 223) |
| HSL | hsl(290, 61%, 68%) |
| CMYK | cmyk(7%, 44%, 0%, 13%) |
| LAB | lab(64.2 47.7 -37.4) |
| LCH | lch(64.2 60.6 321.9) |
| OKLCH | oklch(0.711 0.164 321.0) |
Copy-ready code
/* CSS */
color: #cf7cdf;
background-color: #cf7cdf;
/* Tailwind (arbitrary) */
class="text-[#cf7cdf] bg-[#cf7cdf]"
/* SCSS */
$brand: #cf7cdf;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#cf7cdf")Accessibility — WCAG contrast
Aa
#cf7cdf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7cdf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf7cdf text on a black background
contrast 7.60:1
Card sample
#cf7cdf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7cdf;
Background color
Panel with #cf7cdf background
background-color: #cf7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7cdf; background: linear-gradient(135deg, #cf7cdf, #DF7CAD);