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