#cd84fd
a light, electric violet · warm · closest name: violet
RGB
205, 132, 253
HSL
276°, 97%, 76%
CMYK
19, 48, 0, 1
Luminance
0.3657
Every format
| HEX | #cd84fd |
| RGB | rgb(205, 132, 253) |
| HSL | hsl(276, 97%, 76%) |
| CMYK | cmyk(19%, 48%, 0%, 1%) |
| LAB | lab(67.0 49.1 -49.6) |
| LCH | lch(67.0 69.8 314.7) |
| OKLCH | oklch(0.735 0.182 310.5) |
Copy-ready code
/* CSS */
color: #cd84fd;
background-color: #cd84fd;
/* Tailwind (arbitrary) */
class="text-[#cd84fd] bg-[#cd84fd]"
/* SCSS */
$brand: #cd84fd;
/* SwiftUI */
Color(red: 0.804, green: 0.518, blue: 0.992)
/* Android */
Color.parseColor("#cd84fd")Accessibility — WCAG contrast
Aa
#cd84fd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd84fd on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.8%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta47.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cd84fd text on a black background
contrast 8.31:1
Card sample
#cd84fd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd84fd;
Background color
Panel with #cd84fd background
background-color: #cd84fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd84fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 132, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 132, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd84fd; background: linear-gradient(135deg, #cd84fd, #FD84DC);