#cf84eb
a light, vivid violet · warm · closest name: violet
RGB
207, 132, 235
HSL
284°, 72%, 72%
CMYK
12, 44, 0, 8
Luminance
0.3577
Every format
| HEX | #cf84eb |
| RGB | rgb(207, 132, 235) |
| HSL | hsl(284, 72%, 72%) |
| CMYK | cmyk(12%, 44%, 0%, 8%) |
| LAB | lab(66.3 45.9 -40.7) |
| LCH | lch(66.3 61.3 318.5) |
| OKLCH | oklch(0.729 0.163 316.3) |
Copy-ready code
/* CSS */
color: #cf84eb;
background-color: #cf84eb;
/* Tailwind (arbitrary) */
class="text-[#cf84eb] bg-[#cf84eb]"
/* SCSS */
$brand: #cf84eb;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#cf84eb")Accessibility — WCAG contrast
Aa
#cf84eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84eb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cf84eb text on a black background
contrast 8.15:1
Card sample
#cf84eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84eb;
Background color
Panel with #cf84eb background
background-color: #cf84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84eb; background: linear-gradient(135deg, #cf84eb, #EB84C2);