#cf5fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 223
HSL
293°, 67%, 62%
CMYK
7, 57, 0, 13
Luminance
0.2678
Every format
| HEX | #cf5fdf |
| RGB | rgb(207, 95, 223) |
| HSL | hsl(293, 67%, 62%) |
| CMYK | cmyk(7%, 57%, 0%, 13%) |
| LAB | lab(58.8 62.0 -45.9) |
| LCH | lch(58.8 77.1 323.5) |
| OKLCH | oklch(0.671 0.209 322.5) |
Copy-ready code
/* CSS */
color: #cf5fdf;
background-color: #cf5fdf;
/* Tailwind (arbitrary) */
class="text-[#cf5fdf] bg-[#cf5fdf]"
/* SCSS */
$brand: #cf5fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#cf5fdf")Accessibility — WCAG contrast
Aa
#cf5fdf on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fdf on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf5fdf text on a black background
contrast 6.36:1
Card sample
#cf5fdf text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fdf;
Background color
Panel with #cf5fdf background
background-color: #cf5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fdf; background: linear-gradient(135deg, #cf5fdf, #DF5F9A);