#cf5cda
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 218
HSL
295°, 63%, 61%
CMYK
5, 58, 0, 15
Luminance
0.2598
Every format
| HEX | #cf5cda |
| RGB | rgb(207, 92, 218) |
| HSL | hsl(295, 63%, 61%) |
| CMYK | cmyk(5%, 58%, 0%, 15%) |
| LAB | lab(58.0 62.4 -44.3) |
| LCH | lch(58.0 76.5 324.7) |
| OKLCH | oklch(0.664 0.209 324.1) |
Copy-ready code
/* CSS */
color: #cf5cda;
background-color: #cf5cda;
/* Tailwind (arbitrary) */
class="text-[#cf5cda] bg-[#cf5cda]"
/* SCSS */
$brand: #cf5cda;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.855)
/* Android */
Color.parseColor("#cf5cda")Accessibility — WCAG contrast
Aa
#cf5cda on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5cda on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta57.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cf5cda text on a black background
contrast 6.20:1
Card sample
#cf5cda text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5cda;
Background color
Panel with #cf5cda background
background-color: #cf5cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5cda; background: linear-gradient(135deg, #cf5cda, #DA5C91);