#cf7fdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 127, 223
HSL
290°, 60%, 69%
CMYK
7, 43, 0, 13
Luminance
0.3377
Every format
| HEX | #cf7fdf |
| RGB | rgb(207, 127, 223) |
| HSL | hsl(290, 60%, 69%) |
| CMYK | cmyk(7%, 43%, 0%, 13%) |
| LAB | lab(64.8 46.2 -36.5) |
| LCH | lch(64.8 58.8 321.7) |
| OKLCH | oklch(0.715 0.159 320.8) |
Copy-ready code
/* CSS */
color: #cf7fdf;
background-color: #cf7fdf;
/* Tailwind (arbitrary) */
class="text-[#cf7fdf] bg-[#cf7fdf]"
/* SCSS */
$brand: #cf7fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#cf7fdf")Accessibility — WCAG contrast
Aa
#cf7fdf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fdf on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf7fdf text on a black background
contrast 7.75:1
Card sample
#cf7fdf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fdf;
Background color
Panel with #cf7fdf background
background-color: #cf7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fdf; background: linear-gradient(135deg, #cf7fdf, #DF7FAF);