#ce2acd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 42, 205
HSL
300°, 66%, 49%
CMYK
0, 80, 1, 19
Luminance
0.1919
Every format
| HEX | #ce2acd |
| RGB | rgb(206, 42, 205) |
| HSL | hsl(300, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 1%, 19%) |
| LAB | lab(50.9 77.7 -48.1) |
| LCH | lch(50.9 91.4 328.2) |
| OKLCH | oklch(0.611 0.255 328.4) |
Copy-ready code
/* CSS */
color: #ce2acd;
background-color: #ce2acd;
/* Tailwind (arbitrary) */
class="text-[#ce2acd] bg-[#ce2acd]"
/* SCSS */
$brand: #ce2acd;
/* SwiftUI */
Color(red: 0.808, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#ce2acd")Accessibility — WCAG contrast
Aa
#ce2acd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2acd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow0.5%
Key (black)19.2%
Color previews
#ce2acd text on a black background
contrast 4.84:1
Card sample
#ce2acd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2acd;
Background color
Panel with #ce2acd background
background-color: #ce2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2acd; background: linear-gradient(135deg, #ce2acd, #CE2A60);