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