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