#ce50db
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 80, 219
HSL
294°, 66%, 59%
CMYK
6, 64, 0, 14
Luminance
0.2397
Every format
| HEX | #ce50db |
| RGB | rgb(206, 80, 219) |
| HSL | hsl(294, 66%, 59%) |
| CMYK | cmyk(6%, 64%, 0%, 14%) |
| LAB | lab(56.1 67.5 -47.9) |
| LCH | lch(56.1 82.8 324.6) |
| OKLCH | oklch(0.650 0.226 323.9) |
Copy-ready code
/* CSS */
color: #ce50db;
background-color: #ce50db;
/* Tailwind (arbitrary) */
class="text-[#ce50db] bg-[#ce50db]"
/* SCSS */
$brand: #ce50db;
/* SwiftUI */
Color(red: 0.808, green: 0.314, blue: 0.859)
/* Android */
Color.parseColor("#ce50db")Accessibility — WCAG contrast
Aa
#ce50db on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce50db on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.4%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta63.5%
Yellow0.0%
Key (black)14.1%
Color previews
#ce50db text on a black background
contrast 5.79:1
Card sample
#ce50db text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce50db;
Background color
Panel with #ce50db background
background-color: #ce50db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce50db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 80, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 80, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce50db; background: linear-gradient(135deg, #ce50db, #DB508B);