#cf14df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 20, 223
HSL
295°, 84%, 48%
CMYK
7, 91, 0, 13
Luminance
0.1909
Every format
| HEX | #cf14df |
| RGB | rgb(207, 20, 223) |
| HSL | hsl(295, 84%, 48%) |
| CMYK | cmyk(7%, 91%, 0%, 13%) |
| LAB | lab(50.8 84.6 -58.6) |
| LCH | lch(50.8 102.9 325.3) |
| OKLCH | oklch(0.614 0.281 324.2) |
Copy-ready code
/* CSS */
color: #cf14df;
background-color: #cf14df;
/* Tailwind (arbitrary) */
class="text-[#cf14df] bg-[#cf14df]"
/* SCSS */
$brand: #cf14df;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#cf14df")Accessibility — WCAG contrast
Aa
#cf14df on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf14df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf14df text on a black background
contrast 4.82:1
Card sample
#cf14df text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf14df;
Background color
Panel with #cf14df background
background-color: #cf14df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf14df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf14df; background: linear-gradient(135deg, #cf14df, #DF1467);