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