#cf5dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 93, 191
HSL
308°, 54%, 59%
CMYK
0, 55, 8, 19
Luminance
0.2486
Every format
| HEX | #cf5dbf |
| RGB | rgb(207, 93, 191) |
| HSL | hsl(308, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 8%, 19%) |
| LAB | lab(56.9 57.3 -30.6) |
| LCH | lch(56.9 65.0 331.9) |
| OKLCH | oklch(0.652 0.185 333.2) |
Copy-ready code
/* CSS */
color: #cf5dbf;
background-color: #cf5dbf;
/* Tailwind (arbitrary) */
class="text-[#cf5dbf] bg-[#cf5dbf]"
/* SCSS */
$brand: #cf5dbf;
/* SwiftUI */
Color(red: 0.812, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#cf5dbf")Accessibility — WCAG contrast
Aa
#cf5dbf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5dbf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow7.7%
Key (black)18.8%
Color previews
#cf5dbf text on a black background
contrast 5.97:1
Card sample
#cf5dbf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5dbf;
Background color
Panel with #cf5dbf background
background-color: #cf5dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5dbf; background: linear-gradient(135deg, #cf5dbf, #CF5D73);