#ce73c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 115, 194
HSL
308°, 48%, 63%
CMYK
0, 44, 6, 19
Luminance
0.2928
Every format
| HEX | #ce73c2 |
| RGB | rgb(206, 115, 194) |
| HSL | hsl(308, 48%, 63%) |
| CMYK | cmyk(0%, 44%, 6%, 19%) |
| LAB | lab(61.0 46.8 -26.0) |
| LCH | lch(61.0 53.5 330.9) |
| OKLCH | oklch(0.683 0.151 332.1) |
Copy-ready code
/* CSS */
color: #ce73c2;
background-color: #ce73c2;
/* Tailwind (arbitrary) */
class="text-[#ce73c2] bg-[#ce73c2]"
/* SCSS */
$brand: #ce73c2;
/* SwiftUI */
Color(red: 0.808, green: 0.451, blue: 0.761)
/* Android */
Color.parseColor("#ce73c2")Accessibility — WCAG contrast
Aa
#ce73c2 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce73c2 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green45.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow5.8%
Key (black)19.2%
Color previews
#ce73c2 text on a black background
contrast 6.86:1
Card sample
#ce73c2 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce73c2;
Background color
Panel with #ce73c2 background
background-color: #ce73c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce73c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 115, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 115, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce73c2; background: linear-gradient(135deg, #ce73c2, #CE7385);