#ce64ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 100, 186
HSL
311°, 52%, 60%
CMYK
0, 52, 10, 19
Luminance
0.2578
Every format
| HEX | #ce64ba |
| RGB | rgb(206, 100, 186) |
| HSL | hsl(311, 52%, 60%) |
| CMYK | cmyk(0%, 52%, 10%, 19%) |
| LAB | lab(57.8 52.9 -26.4) |
| LCH | lch(57.8 59.1 333.5) |
| OKLCH | oklch(0.658 0.169 335.0) |
Copy-ready code
/* CSS */
color: #ce64ba;
background-color: #ce64ba;
/* Tailwind (arbitrary) */
class="text-[#ce64ba] bg-[#ce64ba]"
/* SCSS */
$brand: #ce64ba;
/* SwiftUI */
Color(red: 0.808, green: 0.392, blue: 0.729)
/* Android */
Color.parseColor("#ce64ba")Accessibility — WCAG contrast
Aa
#ce64ba on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce64ba on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green39.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow9.7%
Key (black)19.2%
Color previews
#ce64ba text on a black background
contrast 6.16:1
Card sample
#ce64ba text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce64ba;
Background color
Panel with #ce64ba background
background-color: #ce64ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce64ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 100, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 100, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce64ba; background: linear-gradient(135deg, #ce64ba, #CE6473);