#ce0ccf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 12, 207
HSL
300°, 89%, 43%
CMYK
1, 94, 0, 19
Luminance
0.1789
Every format
| HEX | #ce0ccf |
| RGB | rgb(206, 12, 207) |
| HSL | hsl(300, 89%, 43%) |
| CMYK | cmyk(1%, 94%, 0%, 19%) |
| LAB | lab(49.4 82.8 -51.8) |
| LCH | lch(49.4 97.7 328.0) |
| OKLCH | oklch(0.600 0.272 328.1) |
Copy-ready code
/* CSS */
color: #ce0ccf;
background-color: #ce0ccf;
/* Tailwind (arbitrary) */
class="text-[#ce0ccf] bg-[#ce0ccf]"
/* SCSS */
$brand: #ce0ccf;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.812)
/* Android */
Color.parseColor("#ce0ccf")Accessibility — WCAG contrast
Aa
#ce0ccf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0ccf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta94.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ce0ccf text on a black background
contrast 4.58:1
Card sample
#ce0ccf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0ccf;
Background color
Panel with #ce0ccf background
background-color: #ce0ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0ccf; background: linear-gradient(135deg, #ce0ccf, #CF0C4E);