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