#ce0bfd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 11, 253
HSL
288°, 98%, 52%
CMYK
19, 96, 0, 1
Luminance
0.2045
Every format
| HEX | #ce0bfd |
| RGB | rgb(206, 11, 253) |
| HSL | hsl(288, 98%, 52%) |
| CMYK | cmyk(19%, 96%, 0%, 1%) |
| LAB | lab(52.4 90.1 -73.0) |
| LCH | lch(52.4 116.0 321.0) |
| OKLCH | oklch(0.631 0.304 317.2) |
Copy-ready code
/* CSS */
color: #ce0bfd;
background-color: #ce0bfd;
/* Tailwind (arbitrary) */
class="text-[#ce0bfd] bg-[#ce0bfd]"
/* SCSS */
$brand: #ce0bfd;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#ce0bfd")Accessibility — WCAG contrast
Aa
#ce0bfd on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0bfd on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ce0bfd text on a black background
contrast 5.09:1
Card sample
#ce0bfd text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0bfd;
Background color
Panel with #ce0bfd background
background-color: #ce0bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0bfd; background: linear-gradient(135deg, #ce0bfd, #FD0B8B);