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