#ce3fda
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 63, 218
HSL
295°, 68%, 55%
CMYK
6, 71, 0, 15
Luminance
0.2174
Every format
| HEX | #ce3fda |
| RGB | rgb(206, 63, 218) |
| HSL | hsl(295, 68%, 55%) |
| CMYK | cmyk(6%, 71%, 0%, 15%) |
| LAB | lab(53.8 73.7 -51.0) |
| LCH | lch(53.8 89.6 325.3) |
| OKLCH | oklch(0.633 0.245 324.6) |
Copy-ready code
/* CSS */
color: #ce3fda;
background-color: #ce3fda;
/* Tailwind (arbitrary) */
class="text-[#ce3fda] bg-[#ce3fda]"
/* SCSS */
$brand: #ce3fda;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 0.855)
/* Android */
Color.parseColor("#ce3fda")Accessibility — WCAG contrast
Aa
#ce3fda on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3fda on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta71.1%
Yellow0.0%
Key (black)14.5%
Color previews
#ce3fda text on a black background
contrast 5.35:1
Card sample
#ce3fda text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3fda;
Background color
Panel with #ce3fda background
background-color: #ce3fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3fda; background: linear-gradient(135deg, #ce3fda, #DA3F7F);