#cf84fc
a light, electric violet · warm · closest name: violet
RGB
207, 132, 252
HSL
278°, 95%, 75%
CMYK
18, 48, 0, 1
Luminance
0.3680
Every format
| HEX | #cf84fc |
| RGB | rgb(207, 132, 252) |
| HSL | hsl(278, 95%, 75%) |
| CMYK | cmyk(18%, 48%, 0%, 1%) |
| LAB | lab(67.1 49.5 -48.8) |
| LCH | lch(67.1 69.5 315.4) |
| OKLCH | oklch(0.737 0.181 311.5) |
Copy-ready code
/* CSS */
color: #cf84fc;
background-color: #cf84fc;
/* Tailwind (arbitrary) */
class="text-[#cf84fc] bg-[#cf84fc]"
/* SCSS */
$brand: #cf84fc;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.988)
/* Android */
Color.parseColor("#cf84fc")Accessibility — WCAG contrast
Aa
#cf84fc on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84fc on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta47.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cf84fc text on a black background
contrast 8.36:1
Card sample
#cf84fc text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84fc;
Background color
Panel with #cf84fc background
background-color: #cf84fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84fc; background: linear-gradient(135deg, #cf84fc, #FC84D9);