#ce50cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 80, 207
HSL
300°, 57%, 56%
CMYK
1, 61, 0, 19
Luminance
0.2336
Every format
| HEX | #ce50cf |
| RGB | rgb(206, 80, 207) |
| HSL | hsl(300, 57%, 56%) |
| CMYK | cmyk(1%, 61%, 0%, 19%) |
| LAB | lab(55.5 65.4 -42.1) |
| LCH | lch(55.5 77.8 327.2) |
| OKLCH | oklch(0.644 0.216 327.4) |
Copy-ready code
/* CSS */
color: #ce50cf;
background-color: #ce50cf;
/* Tailwind (arbitrary) */
class="text-[#ce50cf] bg-[#ce50cf]"
/* SCSS */
$brand: #ce50cf;
/* SwiftUI */
Color(red: 0.808, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#ce50cf")Accessibility — WCAG contrast
Aa
#ce50cf on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce50cf on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.4%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ce50cf text on a black background
contrast 5.67:1
Card sample
#ce50cf text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce50cf;
Background color
Panel with #ce50cf background
background-color: #ce50cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce50cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce50cf; background: linear-gradient(135deg, #ce50cf, #CF507B);