#ce2cce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 44, 206
HSL
300°, 65%, 49%
CMYK
0, 79, 0, 19
Luminance
0.1938
Every format
| HEX | #ce2cce |
| RGB | rgb(206, 44, 206) |
| HSL | hsl(300, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 0%, 19%) |
| LAB | lab(51.1 77.3 -48.4) |
| LCH | lch(51.1 91.2 328.0) |
| OKLCH | oklch(0.613 0.254 328.1) |
Copy-ready code
/* CSS */
color: #ce2cce;
background-color: #ce2cce;
/* Tailwind (arbitrary) */
class="text-[#ce2cce] bg-[#ce2cce]"
/* SCSS */
$brand: #ce2cce;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.808)
/* Android */
Color.parseColor("#ce2cce")Accessibility — WCAG contrast
Aa
#ce2cce on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2cce on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow0.0%
Key (black)19.2%
Color previews
#ce2cce text on a black background
contrast 4.88:1
Card sample
#ce2cce text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2cce;
Background color
Panel with #ce2cce background
background-color: #ce2cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2cce; background: linear-gradient(135deg, #ce2cce, #CE2C62);