#ce58df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 88, 223
HSL
292°, 68%, 61%
CMYK
8, 61, 0, 13
Luminance
0.2543
Every format
| HEX | #ce58df |
| RGB | rgb(206, 88, 223) |
| HSL | hsl(292, 68%, 61%) |
| CMYK | cmyk(8%, 61%, 0%, 13%) |
| LAB | lab(57.5 64.8 -47.9) |
| LCH | lch(57.5 80.6 323.5) |
| OKLCH | oklch(0.661 0.219 322.5) |
Copy-ready code
/* CSS */
color: #ce58df;
background-color: #ce58df;
/* Tailwind (arbitrary) */
class="text-[#ce58df] bg-[#ce58df]"
/* SCSS */
$brand: #ce58df;
/* SwiftUI */
Color(red: 0.808, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#ce58df")Accessibility — WCAG contrast
Aa
#ce58df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce58df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green34.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ce58df text on a black background
contrast 6.09:1
Card sample
#ce58df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce58df;
Background color
Panel with #ce58df background
background-color: #ce58df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce58df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce58df; background: linear-gradient(135deg, #ce58df, #DF5896);