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