#ce0cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 12, 239
HSL
291°, 90%, 49%
CMYK
14, 95, 0, 6
Luminance
0.1962
Every format
| HEX | #ce0cef |
| RGB | rgb(206, 12, 239) |
| HSL | hsl(291, 90%, 49%) |
| CMYK | cmyk(14%, 95%, 0%, 6%) |
| LAB | lab(51.4 87.8 -66.7) |
| LCH | lch(51.4 110.2 322.8) |
| OKLCH | oklch(0.621 0.294 320.3) |
Copy-ready code
/* CSS */
color: #ce0cef;
background-color: #ce0cef;
/* Tailwind (arbitrary) */
class="text-[#ce0cef] bg-[#ce0cef]"
/* SCSS */
$brand: #ce0cef;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.937)
/* Android */
Color.parseColor("#ce0cef")Accessibility — WCAG contrast
Aa
#ce0cef on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0cef on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta95.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ce0cef text on a black background
contrast 4.92:1
Card sample
#ce0cef text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0cef;
Background color
Panel with #ce0cef background
background-color: #ce0cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0cef; background: linear-gradient(135deg, #ce0cef, #EF0C79);