#ce64cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 100, 207
HSL
299°, 53%, 60%
CMYK
1, 52, 0, 19
Luminance
0.2674
Every format
| HEX | #ce64cf |
| RGB | rgb(206, 100, 207) |
| HSL | hsl(299, 53%, 60%) |
| CMYK | cmyk(1%, 52%, 0%, 19%) |
| LAB | lab(58.7 56.5 -36.9) |
| LCH | lch(58.7 67.5 326.8) |
| OKLCH | oklch(0.668 0.187 327.1) |
Copy-ready code
/* CSS */
color: #ce64cf;
background-color: #ce64cf;
/* Tailwind (arbitrary) */
class="text-[#ce64cf] bg-[#ce64cf]"
/* SCSS */
$brand: #ce64cf;
/* SwiftUI */
Color(red: 0.808, green: 0.392, blue: 0.812)
/* Android */
Color.parseColor("#ce64cf")Accessibility — WCAG contrast
Aa
#ce64cf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce64cf on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green39.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta51.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ce64cf text on a black background
contrast 6.35:1
Card sample
#ce64cf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce64cf;
Background color
Panel with #ce64cf background
background-color: #ce64cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce64cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 100, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 100, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce64cf; background: linear-gradient(135deg, #ce64cf, #CF6489);