#cf2cda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 218
HSL
296°, 70%, 51%
CMYK
5, 80, 0, 15
Luminance
0.2013
Every format
| HEX | #cf2cda |
| RGB | rgb(207, 44, 218) |
| HSL | hsl(296, 70%, 51%) |
| CMYK | cmyk(5%, 80%, 0%, 15%) |
| LAB | lab(52.0 79.4 -53.9) |
| LCH | lch(52.0 96.0 325.9) |
| OKLCH | oklch(0.621 0.263 325.2) |
Copy-ready code
/* CSS */
color: #cf2cda;
background-color: #cf2cda;
/* Tailwind (arbitrary) */
class="text-[#cf2cda] bg-[#cf2cda]"
/* SCSS */
$brand: #cf2cda;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.855)
/* Android */
Color.parseColor("#cf2cda")Accessibility — WCAG contrast
Aa
#cf2cda on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cda on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta79.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cf2cda text on a black background
contrast 5.03:1
Card sample
#cf2cda text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cda;
Background color
Panel with #cf2cda background
background-color: #cf2cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cda; background: linear-gradient(135deg, #cf2cda, #DA2C71);