#ce81fd
a light, electric violet · warm · closest name: violet
RGB
206, 129, 253
HSL
277°, 97%, 75%
CMYK
19, 49, 0, 1
Luminance
0.3591
Every format
| HEX | #ce81fd |
| RGB | rgb(206, 129, 253) |
| HSL | hsl(277, 97%, 75%) |
| CMYK | cmyk(19%, 49%, 0%, 1%) |
| LAB | lab(66.5 51.0 -50.4) |
| LCH | lch(66.5 71.7 315.3) |
| OKLCH | oklch(0.732 0.187 311.2) |
Copy-ready code
/* CSS */
color: #ce81fd;
background-color: #ce81fd;
/* Tailwind (arbitrary) */
class="text-[#ce81fd] bg-[#ce81fd]"
/* SCSS */
$brand: #ce81fd;
/* SwiftUI */
Color(red: 0.808, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#ce81fd")Accessibility — WCAG contrast
Aa
#ce81fd on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce81fd on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green50.6%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ce81fd text on a black background
contrast 8.18:1
Card sample
#ce81fd text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce81fd;
Background color
Panel with #ce81fd background
background-color: #ce81fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce81fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce81fd; background: linear-gradient(135deg, #ce81fd, #FD81D9);