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