#ce8dfb
a light, electric violet · warm · closest name: violet
RGB
206, 141, 251
HSL
276°, 93%, 77%
CMYK
18, 44, 0, 2
Luminance
0.3914
Every format
| HEX | #ce8dfb |
| RGB | rgb(206, 141, 251) |
| HSL | hsl(276, 93%, 77%) |
| CMYK | cmyk(18%, 44%, 0%, 2%) |
| LAB | lab(68.8 44.2 -45.5) |
| LCH | lch(68.8 63.5 314.2) |
| OKLCH | oklch(0.750 0.166 310.2) |
Copy-ready code
/* CSS */
color: #ce8dfb;
background-color: #ce8dfb;
/* Tailwind (arbitrary) */
class="text-[#ce8dfb] bg-[#ce8dfb]"
/* SCSS */
$brand: #ce8dfb;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#ce8dfb")Accessibility — WCAG contrast
Aa
#ce8dfb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dfb on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ce8dfb text on a black background
contrast 8.83:1
Card sample
#ce8dfb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dfb;
Background color
Panel with #ce8dfb background
background-color: #ce8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dfb; background: linear-gradient(135deg, #ce8dfb, #FB8DDF);