#ce5cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 92, 223
HSL
292°, 67%, 62%
CMYK
8, 59, 0, 13
Luminance
0.2610
Every format
| HEX | #ce5cdf |
| RGB | rgb(206, 92, 223) |
| HSL | hsl(292, 67%, 62%) |
| CMYK | cmyk(8%, 59%, 0%, 13%) |
| LAB | lab(58.1 63.1 -46.9) |
| LCH | lch(58.1 78.6 323.4) |
| OKLCH | oklch(0.666 0.213 322.3) |
Copy-ready code
/* CSS */
color: #ce5cdf;
background-color: #ce5cdf;
/* Tailwind (arbitrary) */
class="text-[#ce5cdf] bg-[#ce5cdf]"
/* SCSS */
$brand: #ce5cdf;
/* SwiftUI */
Color(red: 0.808, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ce5cdf")Accessibility — WCAG contrast
Aa
#ce5cdf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5cdf on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce5cdf text on a black background
contrast 6.22:1
Card sample
#ce5cdf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5cdf;
Background color
Panel with #ce5cdf background
background-color: #ce5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5cdf; background: linear-gradient(135deg, #ce5cdf, #DF5C99);