#cf0eba
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 14, 186
HSL
307°, 87%, 43%
CMYK
0, 93, 10, 19
Luminance
0.1712
Every format
| HEX | #cf0eba |
| RGB | rgb(207, 14, 186) |
| HSL | hsl(307, 87%, 43%) |
| CMYK | cmyk(0%, 93%, 10%, 19%) |
| LAB | lab(48.4 79.9 -41.1) |
| LCH | lch(48.4 89.8 332.8) |
| OKLCH | oklch(0.590 0.259 334.1) |
Copy-ready code
/* CSS */
color: #cf0eba;
background-color: #cf0eba;
/* Tailwind (arbitrary) */
class="text-[#cf0eba] bg-[#cf0eba]"
/* SCSS */
$brand: #cf0eba;
/* SwiftUI */
Color(red: 0.812, green: 0.055, blue: 0.729)
/* Android */
Color.parseColor("#cf0eba")Accessibility — WCAG contrast
Aa
#cf0eba on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0eba on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow10.1%
Key (black)18.8%
Color previews
#cf0eba text on a black background
contrast 4.42:1
Card sample
#cf0eba text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0eba;
Background color
Panel with #cf0eba background
background-color: #cf0eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 14, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 14, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0eba; background: linear-gradient(135deg, #cf0eba, #CF0E39);