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