#ce6cfd
a light, electric violet · warm · closest name: violet
RGB
206, 108, 253
HSL
281°, 97%, 71%
CMYK
19, 57, 0, 1
Luminance
0.3094
Every format
| HEX | #ce6cfd |
| RGB | rgb(206, 108, 253) |
| HSL | hsl(281, 97%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 1%) |
| LAB | lab(62.5 61.5 -56.7) |
| LCH | lch(62.5 83.7 317.3) |
| OKLCH | oklch(0.703 0.219 313.4) |
Copy-ready code
/* CSS */
color: #ce6cfd;
background-color: #ce6cfd;
/* Tailwind (arbitrary) */
class="text-[#ce6cfd] bg-[#ce6cfd]"
/* SCSS */
$brand: #ce6cfd;
/* SwiftUI */
Color(red: 0.808, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#ce6cfd")Accessibility — WCAG contrast
Aa
#ce6cfd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6cfd on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.4%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ce6cfd text on a black background
contrast 7.19:1
Card sample
#ce6cfd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6cfd;
Background color
Panel with #ce6cfd background
background-color: #ce6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6cfd; background: linear-gradient(135deg, #ce6cfd, #FD6CCB);