#ce82ff
a light, electric violet · warm · closest name: violet
RGB
206, 130, 255
HSL
277°, 100%, 76%
CMYK
19, 49, 0, 0
Luminance
0.3631
Every format
| HEX | #ce82ff |
| RGB | rgb(206, 130, 255) |
| HSL | hsl(277, 100%, 76%) |
| CMYK | cmyk(19%, 49%, 0%, 0%) |
| LAB | lab(66.8 50.9 -51.0) |
| LCH | lch(66.8 72.0 314.9) |
| OKLCH | oklch(0.735 0.188 310.6) |
Copy-ready code
/* CSS */
color: #ce82ff;
background-color: #ce82ff;
/* Tailwind (arbitrary) */
class="text-[#ce82ff] bg-[#ce82ff]"
/* SCSS */
$brand: #ce82ff;
/* SwiftUI */
Color(red: 0.808, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#ce82ff")Accessibility — WCAG contrast
Aa
#ce82ff on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce82ff on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ce82ff text on a black background
contrast 8.26:1
Card sample
#ce82ff text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce82ff;
Background color
Panel with #ce82ff background
background-color: #ce82ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce82ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce82ff; background: linear-gradient(135deg, #ce82ff, #FF82DD);