#ce2fe8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 47, 232
HSL
292°, 80%, 55%
CMYK
11, 80, 0, 9
Luminance
0.2098
Every format
| HEX | #ce2fe8 |
| RGB | rgb(206, 47, 232) |
| HSL | hsl(292, 80%, 55%) |
| CMYK | cmyk(11%, 80%, 0%, 9%) |
| LAB | lab(52.9 80.8 -60.3) |
| LCH | lch(52.9 100.8 323.3) |
| OKLCH | oklch(0.630 0.271 321.4) |
Copy-ready code
/* CSS */
color: #ce2fe8;
background-color: #ce2fe8;
/* Tailwind (arbitrary) */
class="text-[#ce2fe8] bg-[#ce2fe8]"
/* SCSS */
$brand: #ce2fe8;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.910)
/* Android */
Color.parseColor("#ce2fe8")Accessibility — WCAG contrast
Aa
#ce2fe8 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fe8 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue91.0%
CMYK percentages
Cyan11.2%
Magenta79.7%
Yellow0.0%
Key (black)9.0%
Color previews
#ce2fe8 text on a black background
contrast 5.20:1
Card sample
#ce2fe8 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fe8;
Background color
Panel with #ce2fe8 background
background-color: #ce2fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fe8; background: linear-gradient(135deg, #ce2fe8, #E82F87);