#cf6fdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 111, 223
HSL
291°, 64%, 66%
CMYK
7, 50, 0, 13
Luminance
0.2996
Every format
| HEX | #cf6fdf |
| RGB | rgb(207, 111, 223) |
| HSL | hsl(291, 64%, 66%) |
| CMYK | cmyk(7%, 50%, 0%, 13%) |
| LAB | lab(61.6 54.4 -41.4) |
| LCH | lch(61.6 68.3 322.7) |
| OKLCH | oklch(0.692 0.185 321.7) |
Copy-ready code
/* CSS */
color: #cf6fdf;
background-color: #cf6fdf;
/* Tailwind (arbitrary) */
class="text-[#cf6fdf] bg-[#cf6fdf]"
/* SCSS */
$brand: #cf6fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#cf6fdf")Accessibility — WCAG contrast
Aa
#cf6fdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6fdf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cf6fdf text on a black background
contrast 6.99:1
Card sample
#cf6fdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6fdf;
Background color
Panel with #cf6fdf background
background-color: #cf6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6fdf; background: linear-gradient(135deg, #cf6fdf, #DF6FA4);