#ce84ff
a light, electric violet · warm · closest name: violet
RGB
206, 132, 255
HSL
276°, 100%, 76%
CMYK
19, 48, 0, 0
Luminance
0.3684
Every format
| HEX | #ce84ff |
| RGB | rgb(206, 132, 255) |
| HSL | hsl(276, 100%, 76%) |
| CMYK | cmyk(19%, 48%, 0%, 0%) |
| LAB | lab(67.2 49.8 -50.4) |
| LCH | lch(67.2 70.8 314.7) |
| OKLCH | oklch(0.738 0.184 310.4) |
Copy-ready code
/* CSS */
color: #ce84ff;
background-color: #ce84ff;
/* Tailwind (arbitrary) */
class="text-[#ce84ff] bg-[#ce84ff]"
/* SCSS */
$brand: #ce84ff;
/* SwiftUI */
Color(red: 0.808, green: 0.518, blue: 1.000)
/* Android */
Color.parseColor("#ce84ff")Accessibility — WCAG contrast
Aa
#ce84ff on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce84ff on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.8%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta48.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ce84ff text on a black background
contrast 8.37:1
Card sample
#ce84ff text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce84ff;
Background color
Panel with #ce84ff background
background-color: #ce84ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce84ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 132, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 132, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce84ff; background: linear-gradient(135deg, #ce84ff, #FF84DE);