#cf5fce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 206
HSL
301°, 54%, 59%
CMYK
0, 54, 1, 19
Luminance
0.2591
Every format
| HEX | #cf5fce |
| RGB | rgb(207, 95, 206) |
| HSL | hsl(301, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 1%, 19%) |
| LAB | lab(58.0 58.9 -37.6) |
| LCH | lch(58.0 69.9 327.5) |
| OKLCH | oklch(0.662 0.194 327.8) |
Copy-ready code
/* CSS */
color: #cf5fce;
background-color: #cf5fce;
/* Tailwind (arbitrary) */
class="text-[#cf5fce] bg-[#cf5fce]"
/* SCSS */
$brand: #cf5fce;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.808)
/* Android */
Color.parseColor("#cf5fce")Accessibility — WCAG contrast
Aa
#cf5fce on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fce on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow0.5%
Key (black)18.8%
Color previews
#cf5fce text on a black background
contrast 6.18:1
Card sample
#cf5fce text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fce;
Background color
Panel with #cf5fce background
background-color: #cf5fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fce; background: linear-gradient(135deg, #cf5fce, #CF5F83);