#ce2fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 47, 208
HSL
299°, 63%, 50%
CMYK
1, 77, 0, 18
Luminance
0.1971
Every format
| HEX | #ce2fd0 |
| RGB | rgb(206, 47, 208) |
| HSL | hsl(299, 63%, 50%) |
| CMYK | cmyk(1%, 77%, 0%, 18%) |
| LAB | lab(51.5 76.9 -48.9) |
| LCH | lch(51.5 91.1 327.5) |
| OKLCH | oklch(0.616 0.253 327.6) |
Copy-ready code
/* CSS */
color: #ce2fd0;
background-color: #ce2fd0;
/* Tailwind (arbitrary) */
class="text-[#ce2fd0] bg-[#ce2fd0]"
/* SCSS */
$brand: #ce2fd0;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#ce2fd0")Accessibility — WCAG contrast
Aa
#ce2fd0 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fd0 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue81.6%
CMYK percentages
Cyan1.0%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#ce2fd0 text on a black background
contrast 4.94:1
Card sample
#ce2fd0 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fd0;
Background color
Panel with #ce2fd0 background
background-color: #ce2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fd0; background: linear-gradient(135deg, #ce2fd0, #D02F67);