#ce28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 40, 235
HSL
291°, 83%, 54%
CMYK
12, 83, 0, 8
Luminance
0.2064
Every format
| HEX | #ce28eb |
| RGB | rgb(206, 40, 235) |
| HSL | hsl(291, 83%, 54%) |
| CMYK | cmyk(12%, 83%, 0%, 8%) |
| LAB | lab(52.5 82.9 -62.6) |
| LCH | lch(52.5 103.9 323.0) |
| OKLCH | oklch(0.628 0.278 320.8) |
Copy-ready code
/* CSS */
color: #ce28eb;
background-color: #ce28eb;
/* Tailwind (arbitrary) */
class="text-[#ce28eb] bg-[#ce28eb]"
/* SCSS */
$brand: #ce28eb;
/* SwiftUI */
Color(red: 0.808, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#ce28eb")Accessibility — WCAG contrast
Aa
#ce28eb on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce28eb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.7%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ce28eb text on a black background
contrast 5.13:1
Card sample
#ce28eb text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce28eb;
Background color
Panel with #ce28eb background
background-color: #ce28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce28eb; background: linear-gradient(135deg, #ce28eb, #EB2886);