#cf0bad
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 11, 173
HSL
310°, 90%, 43%
CMYK
0, 95, 16, 19
Luminance
0.1652
Every format
| HEX | #cf0bad |
| RGB | rgb(207, 11, 173) |
| HSL | hsl(310, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 16%, 19%) |
| LAB | lab(47.7 78.4 -34.6) |
| LCH | lch(47.7 85.7 336.2) |
| OKLCH | oklch(0.583 0.252 338.0) |
Copy-ready code
/* CSS */
color: #cf0bad;
background-color: #cf0bad;
/* Tailwind (arbitrary) */
class="text-[#cf0bad] bg-[#cf0bad]"
/* SCSS */
$brand: #cf0bad;
/* SwiftUI */
Color(red: 0.812, green: 0.043, blue: 0.678)
/* Android */
Color.parseColor("#cf0bad")Accessibility — WCAG contrast
Aa
#cf0bad on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0bad on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow16.4%
Key (black)18.8%
Color previews
#cf0bad text on a black background
contrast 4.30:1
Card sample
#cf0bad text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0bad;
Background color
Panel with #cf0bad background
background-color: #cf0bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 11, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 11, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0bad; background: linear-gradient(135deg, #cf0bad, #CF0B2A);