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