#ce39eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 57, 235
HSL
290°, 82%, 57%
CMYK
12, 76, 0, 8
Luminance
0.2205
Every format
| HEX | #ce39eb |
| RGB | rgb(206, 57, 235) |
| HSL | hsl(290, 82%, 57%) |
| CMYK | cmyk(12%, 76%, 0%, 8%) |
| LAB | lab(54.1 78.5 -60.1) |
| LCH | lch(54.1 98.9 322.6) |
| OKLCH | oklch(0.639 0.265 320.4) |
Copy-ready code
/* CSS */
color: #ce39eb;
background-color: #ce39eb;
/* Tailwind (arbitrary) */
class="text-[#ce39eb] bg-[#ce39eb]"
/* SCSS */
$brand: #ce39eb;
/* SwiftUI */
Color(red: 0.808, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#ce39eb")Accessibility — WCAG contrast
Aa
#ce39eb on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce39eb on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.4%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ce39eb text on a black background
contrast 5.41:1
Card sample
#ce39eb text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce39eb;
Background color
Panel with #ce39eb background
background-color: #ce39eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce39eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce39eb; background: linear-gradient(135deg, #ce39eb, #EB3992);