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