#ce3eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 62, 179
HSL
311°, 60%, 53%
CMYK
0, 70, 13, 19
Luminance
0.1982
Every format
| HEX | #ce3eb3 |
| RGB | rgb(206, 62, 179) |
| HSL | hsl(311, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 13%, 19%) |
| LAB | lab(51.6 67.9 -31.9) |
| LCH | lch(51.6 75.0 334.8) |
| OKLCH | oklch(0.612 0.217 336.4) |
Copy-ready code
/* CSS */
color: #ce3eb3;
background-color: #ce3eb3;
/* Tailwind (arbitrary) */
class="text-[#ce3eb3] bg-[#ce3eb3]"
/* SCSS */
$brand: #ce3eb3;
/* SwiftUI */
Color(red: 0.808, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#ce3eb3")Accessibility — WCAG contrast
Aa
#ce3eb3 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3eb3 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow13.1%
Key (black)19.2%
Color previews
#ce3eb3 text on a black background
contrast 4.96:1
Card sample
#ce3eb3 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3eb3;
Background color
Panel with #ce3eb3 background
background-color: #ce3eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3eb3; background: linear-gradient(135deg, #ce3eb3, #CE3E53);