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