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