#ce2ac1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 42, 193
HSL
305°, 66%, 49%
CMYK
0, 80, 6, 19
Luminance
0.1863
Every format
| HEX | #ce2ac1 |
| RGB | rgb(206, 42, 193) |
| HSL | hsl(305, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 6%, 19%) |
| LAB | lab(50.3 75.9 -42.3) |
| LCH | lch(50.3 86.8 330.9) |
| OKLCH | oklch(0.604 0.247 331.8) |
Copy-ready code
/* CSS */
color: #ce2ac1;
background-color: #ce2ac1;
/* Tailwind (arbitrary) */
class="text-[#ce2ac1] bg-[#ce2ac1]"
/* SCSS */
$brand: #ce2ac1;
/* SwiftUI */
Color(red: 0.808, green: 0.165, blue: 0.757)
/* Android */
Color.parseColor("#ce2ac1")Accessibility — WCAG contrast
Aa
#ce2ac1 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ac1 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.5%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow6.3%
Key (black)19.2%
Color previews
#ce2ac1 text on a black background
contrast 4.73:1
Card sample
#ce2ac1 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ac1;
Background color
Panel with #ce2ac1 background
background-color: #ce2ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 42, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 42, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ac1; background: linear-gradient(135deg, #ce2ac1, #CE2A54);