#cf84df
a light, vivid violet · warm · closest name: orchid
RGB
207, 132, 223
HSL
290°, 59%, 70%
CMYK
7, 41, 0, 13
Luminance
0.3510
Every format
| HEX | #cf84df |
| RGB | rgb(207, 132, 223) |
| HSL | hsl(290, 59%, 70%) |
| CMYK | cmyk(7%, 41%, 0%, 13%) |
| LAB | lab(65.8 43.5 -34.8) |
| LCH | lch(65.8 55.8 321.3) |
| OKLCH | oklch(0.723 0.150 320.4) |
Copy-ready code
/* CSS */
color: #cf84df;
background-color: #cf84df;
/* Tailwind (arbitrary) */
class="text-[#cf84df] bg-[#cf84df]"
/* SCSS */
$brand: #cf84df;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#cf84df")Accessibility — WCAG contrast
Aa
#cf84df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84df on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf84df text on a black background
contrast 8.02:1
Card sample
#cf84df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84df;
Background color
Panel with #cf84df background
background-color: #cf84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84df; background: linear-gradient(135deg, #cf84df, #DF84B2);