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