#ce4cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 76, 223
HSL
293°, 70%, 59%
CMYK
8, 66, 0, 13
Luminance
0.2362
Every format
| HEX | #ce4cdf |
| RGB | rgb(206, 76, 223) |
| HSL | hsl(293, 70%, 59%) |
| CMYK | cmyk(8%, 66%, 0%, 13%) |
| LAB | lab(55.7 69.8 -50.8) |
| LCH | lch(55.7 86.3 324.0) |
| OKLCH | oklch(0.648 0.234 322.9) |
Copy-ready code
/* CSS */
color: #ce4cdf;
background-color: #ce4cdf;
/* Tailwind (arbitrary) */
class="text-[#ce4cdf] bg-[#ce4cdf]"
/* SCSS */
$brand: #ce4cdf;
/* SwiftUI */
Color(red: 0.808, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#ce4cdf")Accessibility — WCAG contrast
Aa
#ce4cdf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4cdf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce4cdf text on a black background
contrast 5.72:1
Card sample
#ce4cdf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4cdf;
Background color
Panel with #ce4cdf background
background-color: #ce4cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4cdf; background: linear-gradient(135deg, #ce4cdf, #DF4C8E);