#ce3eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 62, 183
HSL
310°, 60%, 53%
CMYK
0, 70, 11, 19
Luminance
0.1999
Every format
| HEX | #ce3eb7 |
| RGB | rgb(206, 62, 183) |
| HSL | hsl(310, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 11%, 19%) |
| LAB | lab(51.8 68.5 -34.0) |
| LCH | lch(51.8 76.5 333.6) |
| OKLCH | oklch(0.614 0.220 335.1) |
Copy-ready code
/* CSS */
color: #ce3eb7;
background-color: #ce3eb7;
/* Tailwind (arbitrary) */
class="text-[#ce3eb7] bg-[#ce3eb7]"
/* SCSS */
$brand: #ce3eb7;
/* SwiftUI */
Color(red: 0.808, green: 0.243, blue: 0.718)
/* Android */
Color.parseColor("#ce3eb7")Accessibility — WCAG contrast
Aa
#ce3eb7 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3eb7 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow11.2%
Key (black)19.2%
Color previews
#ce3eb7 text on a black background
contrast 5.00:1
Card sample
#ce3eb7 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3eb7;
Background color
Panel with #ce3eb7 background
background-color: #ce3eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 62, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 62, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3eb7; background: linear-gradient(135deg, #ce3eb7, #CE3E57);