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