#ce54df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 84, 223
HSL
293°, 69%, 60%
CMYK
8, 62, 0, 13
Luminance
0.2479
Every format
| HEX | #ce54df |
| RGB | rgb(206, 84, 223) |
| HSL | hsl(293, 69%, 60%) |
| CMYK | cmyk(8%, 62%, 0%, 13%) |
| LAB | lab(56.9 66.6 -48.9) |
| LCH | lch(56.9 82.6 323.7) |
| OKLCH | oklch(0.657 0.224 322.6) |
Copy-ready code
/* CSS */
color: #ce54df;
background-color: #ce54df;
/* Tailwind (arbitrary) */
class="text-[#ce54df] bg-[#ce54df]"
/* SCSS */
$brand: #ce54df;
/* SwiftUI */
Color(red: 0.808, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#ce54df")Accessibility — WCAG contrast
Aa
#ce54df on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce54df on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce54df text on a black background
contrast 5.96:1
Card sample
#ce54df text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce54df;
Background color
Panel with #ce54df background
background-color: #ce54df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce54df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce54df; background: linear-gradient(135deg, #ce54df, #DF5493);