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