#cf4dcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 77, 205
HSL
301°, 58%, 56%
CMYK
0, 63, 1, 19
Luminance
0.2298
Every format
| HEX | #cf4dcd |
| RGB | rgb(207, 77, 205) |
| HSL | hsl(301, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 1%, 19%) |
| LAB | lab(55.1 66.5 -41.6) |
| LCH | lch(55.1 78.5 328.0) |
| OKLCH | oklch(0.641 0.219 328.4) |
Copy-ready code
/* CSS */
color: #cf4dcd;
background-color: #cf4dcd;
/* Tailwind (arbitrary) */
class="text-[#cf4dcd] bg-[#cf4dcd]"
/* SCSS */
$brand: #cf4dcd;
/* SwiftUI */
Color(red: 0.812, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#cf4dcd")Accessibility — WCAG contrast
Aa
#cf4dcd on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4dcd on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow1.0%
Key (black)18.8%
Color previews
#cf4dcd text on a black background
contrast 5.60:1
Card sample
#cf4dcd text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4dcd;
Background color
Panel with #cf4dcd background
background-color: #cf4dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4dcd; background: linear-gradient(135deg, #cf4dcd, #CF4D76);