#cf6dce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 109, 206
HSL
301°, 51%, 62%
CMYK
0, 47, 1, 19
Luminance
0.2866
Every format
| HEX | #cf6dce |
| RGB | rgb(207, 109, 206) |
| HSL | hsl(301, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 1%, 19%) |
| LAB | lab(60.5 52.2 -33.6) |
| LCH | lch(60.5 62.1 327.2) |
| OKLCH | oklch(0.681 0.172 327.6) |
Copy-ready code
/* CSS */
color: #cf6dce;
background-color: #cf6dce;
/* Tailwind (arbitrary) */
class="text-[#cf6dce] bg-[#cf6dce]"
/* SCSS */
$brand: #cf6dce;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.808)
/* Android */
Color.parseColor("#cf6dce")Accessibility — WCAG contrast
Aa
#cf6dce on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6dce on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow0.5%
Key (black)18.8%
Color previews
#cf6dce text on a black background
contrast 6.73:1
Card sample
#cf6dce text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6dce;
Background color
Panel with #cf6dce background
background-color: #cf6dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6dce; background: linear-gradient(135deg, #cf6dce, #CF6D8D);