#ce8bfd
a light, electric violet · warm · closest name: violet
RGB
206, 139, 253
HSL
275°, 97%, 77%
CMYK
19, 45, 0, 1
Luminance
0.3868
Every format
| HEX | #ce8bfd |
| RGB | rgb(206, 139, 253) |
| HSL | hsl(275, 97%, 77%) |
| CMYK | cmyk(19%, 45%, 0%, 1%) |
| LAB | lab(68.5 45.7 -47.1) |
| LCH | lch(68.5 65.7 314.1) |
| OKLCH | oklch(0.747 0.171 309.9) |
Copy-ready code
/* CSS */
color: #ce8bfd;
background-color: #ce8bfd;
/* Tailwind (arbitrary) */
class="text-[#ce8bfd] bg-[#ce8bfd]"
/* SCSS */
$brand: #ce8bfd;
/* SwiftUI */
Color(red: 0.808, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#ce8bfd")Accessibility — WCAG contrast
Aa
#ce8bfd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8bfd on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.5%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ce8bfd text on a black background
contrast 8.74:1
Card sample
#ce8bfd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8bfd;
Background color
Panel with #ce8bfd background
background-color: #ce8bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8bfd; background: linear-gradient(135deg, #ce8bfd, #FD8BE0);