#ce1bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 27, 223
HSL
295°, 78%, 49%
CMYK
8, 88, 0, 13
Luminance
0.1923
Every format
| HEX | #ce1bdf |
| RGB | rgb(206, 27, 223) |
| HSL | hsl(295, 78%, 49%) |
| CMYK | cmyk(8%, 88%, 0%, 13%) |
| LAB | lab(51.0 83.4 -58.3) |
| LCH | lch(51.0 101.8 325.0) |
| OKLCH | oklch(0.615 0.277 323.9) |
Copy-ready code
/* CSS */
color: #ce1bdf;
background-color: #ce1bdf;
/* Tailwind (arbitrary) */
class="text-[#ce1bdf] bg-[#ce1bdf]"
/* SCSS */
$brand: #ce1bdf;
/* SwiftUI */
Color(red: 0.808, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#ce1bdf")Accessibility — WCAG contrast
Aa
#ce1bdf on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1bdf on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green10.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce1bdf text on a black background
contrast 4.85:1
Card sample
#ce1bdf text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1bdf;
Background color
Panel with #ce1bdf background
background-color: #ce1bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1bdf; background: linear-gradient(135deg, #ce1bdf, #DF1B6D);