#cf6ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 108, 207
HSL
300°, 51%, 62%
CMYK
0, 48, 0, 19
Luminance
0.2850
Every format
| HEX | #cf6ccf |
| RGB | rgb(207, 108, 207) |
| HSL | hsl(300, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 0%, 19%) |
| LAB | lab(60.3 52.9 -34.4) |
| LCH | lch(60.3 63.1 326.9) |
| OKLCH | oklch(0.680 0.175 327.3) |
Copy-ready code
/* CSS */
color: #cf6ccf;
background-color: #cf6ccf;
/* Tailwind (arbitrary) */
class="text-[#cf6ccf] bg-[#cf6ccf]"
/* SCSS */
$brand: #cf6ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.812)
/* Android */
Color.parseColor("#cf6ccf")Accessibility — WCAG contrast
Aa
#cf6ccf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ccf on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cf6ccf text on a black background
contrast 6.70:1
Card sample
#cf6ccf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ccf;
Background color
Panel with #cf6ccf background
background-color: #cf6ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ccf; background: linear-gradient(135deg, #cf6ccf, #CF6C8D);