#ce63df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 99, 223
HSL
292°, 66%, 63%
CMYK
8, 56, 0, 13
Luminance
0.2737
Every format
| HEX | #ce63df |
| RGB | rgb(206, 99, 223) |
| HSL | hsl(292, 66%, 63%) |
| CMYK | cmyk(8%, 56%, 0%, 13%) |
| LAB | lab(59.3 59.9 -45.0) |
| LCH | lch(59.3 74.9 323.1) |
| OKLCH | oklch(0.675 0.203 322.0) |
Copy-ready code
/* CSS */
color: #ce63df;
background-color: #ce63df;
/* Tailwind (arbitrary) */
class="text-[#ce63df] bg-[#ce63df]"
/* SCSS */
$brand: #ce63df;
/* SwiftUI */
Color(red: 0.808, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#ce63df")Accessibility — WCAG contrast
Aa
#ce63df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce63df on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green38.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce63df text on a black background
contrast 6.47:1
Card sample
#ce63df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce63df;
Background color
Panel with #ce63df background
background-color: #ce63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce63df; background: linear-gradient(135deg, #ce63df, #DF639D);