#cf5dab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 93, 171
HSL
319°, 54%, 59%
CMYK
0, 55, 17, 19
Luminance
0.2403
Every format
| HEX | #cf5dab |
| RGB | rgb(207, 93, 171) |
| HSL | hsl(319, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 17%, 19%) |
| LAB | lab(56.1 54.2 -20.3) |
| LCH | lch(56.1 57.9 339.4) |
| OKLCH | oklch(0.644 0.170 341.3) |
Copy-ready code
/* CSS */
color: #cf5dab;
background-color: #cf5dab;
/* Tailwind (arbitrary) */
class="text-[#cf5dab] bg-[#cf5dab]"
/* SCSS */
$brand: #cf5dab;
/* SwiftUI */
Color(red: 0.812, green: 0.365, blue: 0.671)
/* Android */
Color.parseColor("#cf5dab")Accessibility — WCAG contrast
Aa
#cf5dab on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5dab on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow17.4%
Key (black)18.8%
Color previews
#cf5dab text on a black background
contrast 5.81:1
Card sample
#cf5dab text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5dab;
Background color
Panel with #cf5dab background
background-color: #cf5dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 93, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 93, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5dab; background: linear-gradient(135deg, #cf5dab, #CF5D5F);