#cf84da
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 132, 218
HSL
292°, 54%, 69%
CMYK
5, 39, 0, 15
Luminance
0.3483
Every format
| HEX | #cf84da |
| RGB | rgb(207, 132, 218) |
| HSL | hsl(292, 54%, 69%) |
| CMYK | cmyk(5%, 39%, 0%, 15%) |
| LAB | lab(65.6 42.6 -32.4) |
| LCH | lch(65.6 53.5 322.8) |
| OKLCH | oklch(0.721 0.145 322.3) |
Copy-ready code
/* CSS */
color: #cf84da;
background-color: #cf84da;
/* Tailwind (arbitrary) */
class="text-[#cf84da] bg-[#cf84da]"
/* SCSS */
$brand: #cf84da;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.855)
/* Android */
Color.parseColor("#cf84da")Accessibility — WCAG contrast
Aa
#cf84da on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84da on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta39.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cf84da text on a black background
contrast 7.97:1
Card sample
#cf84da text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84da;
Background color
Panel with #cf84da background
background-color: #cf84da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84da; background: linear-gradient(135deg, #cf84da, #DA84AC);