#ce4dcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 77, 205
HSL
301°, 57%, 56%
CMYK
0, 63, 1, 19
Luminance
0.2284
Every format
| HEX | #ce4dcd |
| RGB | rgb(206, 77, 205) |
| HSL | hsl(301, 57%, 56%) |
| CMYK | cmyk(0%, 63%, 1%, 19%) |
| LAB | lab(54.9 66.3 -41.8) |
| LCH | lch(54.9 78.4 327.8) |
| OKLCH | oklch(0.639 0.218 328.1) |
Copy-ready code
/* CSS */
color: #ce4dcd;
background-color: #ce4dcd;
/* Tailwind (arbitrary) */
class="text-[#ce4dcd] bg-[#ce4dcd]"
/* SCSS */
$brand: #ce4dcd;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#ce4dcd")Accessibility — WCAG contrast
Aa
#ce4dcd on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4dcd on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow0.5%
Key (black)19.2%
Color previews
#ce4dcd text on a black background
contrast 5.57:1
Card sample
#ce4dcd text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4dcd;
Background color
Panel with #ce4dcd background
background-color: #ce4dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4dcd; background: linear-gradient(135deg, #ce4dcd, #CE4D77);