#cf5dcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 93, 205
HSL
301°, 54%, 59%
CMYK
0, 55, 1, 19
Luminance
0.2550
Every format
| HEX | #cf5dcd |
| RGB | rgb(207, 93, 205) |
| HSL | hsl(301, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 1%, 19%) |
| LAB | lab(57.6 59.7 -37.6) |
| LCH | lch(57.6 70.5 327.8) |
| OKLCH | oklch(0.659 0.196 328.2) |
Copy-ready code
/* CSS */
color: #cf5dcd;
background-color: #cf5dcd;
/* Tailwind (arbitrary) */
class="text-[#cf5dcd] bg-[#cf5dcd]"
/* SCSS */
$brand: #cf5dcd;
/* SwiftUI */
Color(red: 0.812, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#cf5dcd")Accessibility — WCAG contrast
Aa
#cf5dcd on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5dcd on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow1.0%
Key (black)18.8%
Color previews
#cf5dcd text on a black background
contrast 6.10:1
Card sample
#cf5dcd text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5dcd;
Background color
Panel with #cf5dcd background
background-color: #cf5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5dcd; background: linear-gradient(135deg, #cf5dcd, #CF5D81);