#ce4ade
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 74, 222
HSL
294°, 69%, 58%
CMYK
7, 67, 0, 13
Luminance
0.2329
Every format
| HEX | #ce4ade |
| RGB | rgb(206, 74, 222) |
| HSL | hsl(294, 69%, 58%) |
| CMYK | cmyk(7%, 67%, 0%, 13%) |
| LAB | lab(55.4 70.4 -50.7) |
| LCH | lch(55.4 86.8 324.2) |
| OKLCH | oklch(0.646 0.236 323.2) |
Copy-ready code
/* CSS */
color: #ce4ade;
background-color: #ce4ade;
/* Tailwind (arbitrary) */
class="text-[#ce4ade] bg-[#ce4ade]"
/* SCSS */
$brand: #ce4ade;
/* SwiftUI */
Color(red: 0.808, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#ce4ade")Accessibility — WCAG contrast
Aa
#ce4ade on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4ade on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.0%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#ce4ade text on a black background
contrast 5.66:1
Card sample
#ce4ade text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4ade;
Background color
Panel with #ce4ade background
background-color: #ce4ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4ade; background: linear-gradient(135deg, #ce4ade, #DE4A8B);