#ce2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 47, 235
HSL
291°, 83%, 55%
CMYK
12, 80, 0, 8
Luminance
0.2115
Every format
| HEX | #ce2feb |
| RGB | rgb(206, 47, 235) |
| HSL | hsl(291, 83%, 55%) |
| CMYK | cmyk(12%, 80%, 0%, 8%) |
| LAB | lab(53.1 81.3 -61.7) |
| LCH | lch(53.1 102.0 322.8) |
| OKLCH | oklch(0.632 0.273 320.7) |
Copy-ready code
/* CSS */
color: #ce2feb;
background-color: #ce2feb;
/* Tailwind (arbitrary) */
class="text-[#ce2feb] bg-[#ce2feb]"
/* SCSS */
$brand: #ce2feb;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#ce2feb")Accessibility — WCAG contrast
Aa
#ce2feb on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2feb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ce2feb text on a black background
contrast 5.23:1
Card sample
#ce2feb text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2feb;
Background color
Panel with #ce2feb background
background-color: #ce2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2feb; background: linear-gradient(135deg, #ce2feb, #EB2F8B);