#cf84fe
a light, electric violet · warm · closest name: violet
RGB
207, 132, 254
HSL
277°, 98%, 76%
CMYK
19, 48, 0, 0
Luminance
0.3692
Every format
| HEX | #cf84fe |
| RGB | rgb(207, 132, 254) |
| HSL | hsl(277, 98%, 76%) |
| CMYK | cmyk(19%, 48%, 0%, 0%) |
| LAB | lab(67.2 49.9 -49.7) |
| LCH | lch(67.2 70.4 315.1) |
| OKLCH | oklch(0.738 0.184 311.0) |
Copy-ready code
/* CSS */
color: #cf84fe;
background-color: #cf84fe;
/* Tailwind (arbitrary) */
class="text-[#cf84fe] bg-[#cf84fe]"
/* SCSS */
$brand: #cf84fe;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.996)
/* Android */
Color.parseColor("#cf84fe")Accessibility — WCAG contrast
Aa
#cf84fe on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84fe on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta48.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cf84fe text on a black background
contrast 8.38:1
Card sample
#cf84fe text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84fe;
Background color
Panel with #cf84fe background
background-color: #cf84fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84fe; background: linear-gradient(135deg, #cf84fe, #FE84DC);