#cf00df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 0, 223
HSL
296°, 100%, 44%
CMYK
7, 100, 0, 13
Luminance
0.1859
Every format
| HEX | #cf00df |
| RGB | rgb(207, 0, 223) |
| HSL | hsl(296, 100%, 44%) |
| CMYK | cmyk(7%, 100%, 0%, 13%) |
| LAB | lab(50.2 86.3 -59.5) |
| LCH | lch(50.2 104.8 325.4) |
| OKLCH | oklch(0.610 0.286 324.4) |
Copy-ready code
/* CSS */
color: #cf00df;
background-color: #cf00df;
/* Tailwind (arbitrary) */
class="text-[#cf00df] bg-[#cf00df]"
/* SCSS */
$brand: #cf00df;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#cf00df")Accessibility — WCAG contrast
Aa
#cf00df on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf00df on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf00df text on a black background
contrast 4.72:1
Card sample
#cf00df text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00df;
Background color
Panel with #cf00df background
background-color: #cf00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00df; background: linear-gradient(135deg, #cf00df, #DF005A);