#ce7bfd
a light, electric violet · warm · closest name: violet
RGB
206, 123, 253
HSL
278°, 97%, 74%
CMYK
19, 51, 0, 1
Luminance
0.3438
Every format
| HEX | #ce7bfd |
| RGB | rgb(206, 123, 253) |
| HSL | hsl(278, 97%, 74%) |
| CMYK | cmyk(19%, 51%, 0%, 1%) |
| LAB | lab(65.3 54.1 -52.3) |
| LCH | lch(65.3 75.2 316.0) |
| OKLCH | oklch(0.723 0.196 311.9) |
Copy-ready code
/* CSS */
color: #ce7bfd;
background-color: #ce7bfd;
/* Tailwind (arbitrary) */
class="text-[#ce7bfd] bg-[#ce7bfd]"
/* SCSS */
$brand: #ce7bfd;
/* SwiftUI */
Color(red: 0.808, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#ce7bfd")Accessibility — WCAG contrast
Aa
#ce7bfd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7bfd on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.2%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ce7bfd text on a black background
contrast 7.88:1
Card sample
#ce7bfd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7bfd;
Background color
Panel with #ce7bfd background
background-color: #ce7bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7bfd; background: linear-gradient(135deg, #ce7bfd, #FD7BD5);