#ce3dcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 207
HSL
300°, 60%, 53%
CMYK
1, 71, 0, 19
Luminance
0.2096
Every format
| HEX | #ce3dcf |
| RGB | rgb(206, 61, 207) |
| HSL | hsl(300, 60%, 53%) |
| CMYK | cmyk(1%, 71%, 0%, 19%) |
| LAB | lab(52.9 72.5 -46.1) |
| LCH | lch(52.9 86.0 327.6) |
| OKLCH | oklch(0.625 0.239 327.7) |
Copy-ready code
/* CSS */
color: #ce3dcf;
background-color: #ce3dcf;
/* Tailwind (arbitrary) */
class="text-[#ce3dcf] bg-[#ce3dcf]"
/* SCSS */
$brand: #ce3dcf;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.812)
/* Android */
Color.parseColor("#ce3dcf")Accessibility — WCAG contrast
Aa
#ce3dcf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3dcf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta70.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ce3dcf text on a black background
contrast 5.19:1
Card sample
#ce3dcf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3dcf;
Background color
Panel with #ce3dcf background
background-color: #ce3dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3dcf; background: linear-gradient(135deg, #ce3dcf, #CF3D6F);