#cf3cda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 60, 218
HSL
296°, 68%, 55%
CMYK
5, 73, 0, 15
Luminance
0.2156
Every format
| HEX | #cf3cda |
| RGB | rgb(207, 60, 218) |
| HSL | hsl(296, 68%, 55%) |
| CMYK | cmyk(5%, 73%, 0%, 15%) |
| LAB | lab(53.6 74.9 -51.3) |
| LCH | lch(53.6 90.8 325.6) |
| OKLCH | oklch(0.632 0.249 324.9) |
Copy-ready code
/* CSS */
color: #cf3cda;
background-color: #cf3cda;
/* Tailwind (arbitrary) */
class="text-[#cf3cda] bg-[#cf3cda]"
/* SCSS */
$brand: #cf3cda;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.855)
/* Android */
Color.parseColor("#cf3cda")Accessibility — WCAG contrast
Aa
#cf3cda on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cda on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta72.5%
Yellow0.0%
Key (black)14.5%
Color previews
#cf3cda text on a black background
contrast 5.31:1
Card sample
#cf3cda text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cda;
Background color
Panel with #cf3cda background
background-color: #cf3cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cda; background: linear-gradient(135deg, #cf3cda, #DA3C7C);