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