#ce1fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 31, 239
HSL
291°, 87%, 53%
CMYK
14, 87, 0, 6
Luminance
0.2033
Every format
| HEX | #ce1fef |
| RGB | rgb(206, 31, 239) |
| HSL | hsl(291, 87%, 53%) |
| CMYK | cmyk(14%, 87%, 0%, 6%) |
| LAB | lab(52.2 85.4 -65.4) |
| LCH | lch(52.2 107.5 322.6) |
| OKLCH | oklch(0.627 0.286 320.1) |
Copy-ready code
/* CSS */
color: #ce1fef;
background-color: #ce1fef;
/* Tailwind (arbitrary) */
class="text-[#ce1fef] bg-[#ce1fef]"
/* SCSS */
$brand: #ce1fef;
/* SwiftUI */
Color(red: 0.808, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#ce1fef")Accessibility — WCAG contrast
Aa
#ce1fef on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1fef on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green12.2%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ce1fef text on a black background
contrast 5.07:1
Card sample
#ce1fef text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1fef;
Background color
Panel with #ce1fef background
background-color: #ce1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1fef; background: linear-gradient(135deg, #ce1fef, #EF1F85);