#ce56cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 86, 207
HSL
300°, 56%, 58%
CMYK
1, 59, 0, 19
Luminance
0.2428
Every format
| HEX | #ce56cf |
| RGB | rgb(206, 86, 207) |
| HSL | hsl(300, 56%, 58%) |
| CMYK | cmyk(1%, 59%, 0%, 19%) |
| LAB | lab(56.4 62.9 -40.6) |
| LCH | lch(56.4 74.9 327.1) |
| OKLCH | oklch(0.650 0.207 327.3) |
Copy-ready code
/* CSS */
color: #ce56cf;
background-color: #ce56cf;
/* Tailwind (arbitrary) */
class="text-[#ce56cf] bg-[#ce56cf]"
/* SCSS */
$brand: #ce56cf;
/* SwiftUI */
Color(red: 0.808, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#ce56cf")Accessibility — WCAG contrast
Aa
#ce56cf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce56cf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green33.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ce56cf text on a black background
contrast 5.86:1
Card sample
#ce56cf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce56cf;
Background color
Panel with #ce56cf background
background-color: #ce56cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce56cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce56cf; background: linear-gradient(135deg, #ce56cf, #CF567F);