#ce0fce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 15, 206
HSL
300°, 86%, 43%
CMYK
0, 93, 0, 19
Luminance
0.1792
Every format
| HEX | #ce0fce |
| RGB | rgb(206, 15, 206) |
| HSL | hsl(300, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 0%, 19%) |
| LAB | lab(49.4 82.4 -51.1) |
| LCH | lch(49.4 97.0 328.2) |
| OKLCH | oklch(0.600 0.271 328.3) |
Copy-ready code
/* CSS */
color: #ce0fce;
background-color: #ce0fce;
/* Tailwind (arbitrary) */
class="text-[#ce0fce] bg-[#ce0fce]"
/* SCSS */
$brand: #ce0fce;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.808)
/* Android */
Color.parseColor("#ce0fce")Accessibility — WCAG contrast
Aa
#ce0fce on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0fce on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow0.0%
Key (black)19.2%
Color previews
#ce0fce text on a black background
contrast 4.58:1
Card sample
#ce0fce text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0fce;
Background color
Panel with #ce0fce background
background-color: #ce0fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0fce; background: linear-gradient(135deg, #ce0fce, #CE0F4F);