#cf0fc9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 15, 201
HSL
302°, 87%, 44%
CMYK
0, 93, 3, 19
Luminance
0.1782
Every format
| HEX | #cf0fc9 |
| RGB | rgb(207, 15, 201) |
| HSL | hsl(302, 87%, 44%) |
| CMYK | cmyk(0%, 93%, 3%, 19%) |
| LAB | lab(49.3 81.8 -48.4) |
| LCH | lch(49.3 95.1 329.4) |
| OKLCH | oklch(0.599 0.268 329.9) |
Copy-ready code
/* CSS */
color: #cf0fc9;
background-color: #cf0fc9;
/* Tailwind (arbitrary) */
class="text-[#cf0fc9] bg-[#cf0fc9]"
/* SCSS */
$brand: #cf0fc9;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 0.788)
/* Android */
Color.parseColor("#cf0fc9")Accessibility — WCAG contrast
Aa
#cf0fc9 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0fc9 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow2.9%
Key (black)18.8%
Color previews
#cf0fc9 text on a black background
contrast 4.56:1
Card sample
#cf0fc9 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fc9;
Background color
Panel with #cf0fc9 background
background-color: #cf0fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fc9; background: linear-gradient(135deg, #cf0fc9, #CF0F49);