#cf6cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 108, 223
HSL
292°, 64%, 65%
CMYK
7, 52, 0, 13
Luminance
0.2932
Every format
| HEX | #cf6cdf |
| RGB | rgb(207, 108, 223) |
| HSL | hsl(292, 64%, 65%) |
| CMYK | cmyk(7%, 52%, 0%, 13%) |
| LAB | lab(61.1 55.8 -42.3) |
| LCH | lch(61.1 70.0 322.9) |
| OKLCH | oklch(0.688 0.190 321.9) |
Copy-ready code
/* CSS */
color: #cf6cdf;
background-color: #cf6cdf;
/* Tailwind (arbitrary) */
class="text-[#cf6cdf] bg-[#cf6cdf]"
/* SCSS */
$brand: #cf6cdf;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#cf6cdf")Accessibility — WCAG contrast
Aa
#cf6cdf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6cdf on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cf6cdf text on a black background
contrast 6.86:1
Card sample
#cf6cdf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cdf;
Background color
Panel with #cf6cdf background
background-color: #cf6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cdf; background: linear-gradient(135deg, #cf6cdf, #DF6CA2);