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