#ce1dfb
a balanced, electric violet · warm · closest name: magenta
RGB
206, 29, 251
HSL
288°, 97%, 55%
CMYK
18, 88, 0, 2
Luminance
0.2097
Every format
| HEX | #ce1dfb |
| RGB | rgb(206, 29, 251) |
| HSL | hsl(288, 97%, 55%) |
| CMYK | cmyk(18%, 88%, 0%, 2%) |
| LAB | lab(52.9 87.7 -71.0) |
| LCH | lch(52.9 112.8 321.0) |
| OKLCH | oklch(0.634 0.296 317.4) |
Copy-ready code
/* CSS */
color: #ce1dfb;
background-color: #ce1dfb;
/* Tailwind (arbitrary) */
class="text-[#ce1dfb] bg-[#ce1dfb]"
/* SCSS */
$brand: #ce1dfb;
/* SwiftUI */
Color(red: 0.808, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#ce1dfb")Accessibility — WCAG contrast
Aa
#ce1dfb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1dfb on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green11.4%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#ce1dfb text on a black background
contrast 5.19:1
Card sample
#ce1dfb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1dfb;
Background color
Panel with #ce1dfb background
background-color: #ce1dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1dfb; background: linear-gradient(135deg, #ce1dfb, #FB1D94);