#cf0fbc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 15, 188
HSL
306°, 87%, 44%
CMYK
0, 93, 9, 19
Luminance
0.1724
Every format
| HEX | #cf0fbc |
| RGB | rgb(207, 15, 188) |
| HSL | hsl(306, 87%, 44%) |
| CMYK | cmyk(0%, 93%, 9%, 19%) |
| LAB | lab(48.6 80.0 -42.0) |
| LCH | lch(48.6 90.4 332.3) |
| OKLCH | oklch(0.592 0.259 333.5) |
Copy-ready code
/* CSS */
color: #cf0fbc;
background-color: #cf0fbc;
/* Tailwind (arbitrary) */
class="text-[#cf0fbc] bg-[#cf0fbc]"
/* SCSS */
$brand: #cf0fbc;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 0.737)
/* Android */
Color.parseColor("#cf0fbc")Accessibility — WCAG contrast
Aa
#cf0fbc on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0fbc on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow9.2%
Key (black)18.8%
Color previews
#cf0fbc text on a black background
contrast 4.45:1
Card sample
#cf0fbc text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fbc;
Background color
Panel with #cf0fbc background
background-color: #cf0fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fbc; background: linear-gradient(135deg, #cf0fbc, #CF0F3C);