#cf0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 15, 223
HSL
295°, 87%, 47%
CMYK
7, 93, 0, 13
Luminance
0.1893
Every format
| HEX | #cf0fdf |
| RGB | rgb(207, 15, 223) |
| HSL | hsl(295, 87%, 47%) |
| CMYK | cmyk(7%, 93%, 0%, 13%) |
| LAB | lab(50.6 85.1 -58.9) |
| LCH | lch(50.6 103.5 325.3) |
| OKLCH | oklch(0.613 0.282 324.3) |
Copy-ready code
/* CSS */
color: #cf0fdf;
background-color: #cf0fdf;
/* Tailwind (arbitrary) */
class="text-[#cf0fdf] bg-[#cf0fdf]"
/* SCSS */
$brand: #cf0fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#cf0fdf")Accessibility — WCAG contrast
Aa
#cf0fdf on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0fdf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf0fdf text on a black background
contrast 4.79:1
Card sample
#cf0fdf text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fdf;
Background color
Panel with #cf0fdf background
background-color: #cf0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fdf; background: linear-gradient(135deg, #cf0fdf, #DF0F64);