#ce3cdc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 60, 220
HSL
295°, 70%, 55%
CMYK
6, 73, 0, 14
Luminance
0.2152
Every format
| HEX | #ce3cdc |
| RGB | rgb(206, 60, 220) |
| HSL | hsl(295, 70%, 55%) |
| CMYK | cmyk(6%, 73%, 0%, 14%) |
| LAB | lab(53.5 75.0 -52.5) |
| LCH | lch(53.5 91.6 325.0) |
| OKLCH | oklch(0.632 0.250 324.1) |
Copy-ready code
/* CSS */
color: #ce3cdc;
background-color: #ce3cdc;
/* Tailwind (arbitrary) */
class="text-[#ce3cdc] bg-[#ce3cdc]"
/* SCSS */
$brand: #ce3cdc;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.863)
/* Android */
Color.parseColor("#ce3cdc")Accessibility — WCAG contrast
Aa
#ce3cdc on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3cdc on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta72.7%
Yellow0.0%
Key (black)13.7%
Color previews
#ce3cdc text on a black background
contrast 5.30:1
Card sample
#ce3cdc text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3cdc;
Background color
Panel with #ce3cdc background
background-color: #ce3cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3cdc; background: linear-gradient(135deg, #ce3cdc, #DC3C7F);