#cf34da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 52, 218
HSL
296°, 69%, 53%
CMYK
5, 76, 0, 15
Luminance
0.2078
Every format
| HEX | #cf34da |
| RGB | rgb(207, 52, 218) |
| HSL | hsl(296, 69%, 53%) |
| CMYK | cmyk(5%, 76%, 0%, 15%) |
| LAB | lab(52.7 77.3 -52.7) |
| LCH | lch(52.7 93.5 325.7) |
| OKLCH | oklch(0.626 0.257 325.1) |
Copy-ready code
/* CSS */
color: #cf34da;
background-color: #cf34da;
/* Tailwind (arbitrary) */
class="text-[#cf34da] bg-[#cf34da]"
/* SCSS */
$brand: #cf34da;
/* SwiftUI */
Color(red: 0.812, green: 0.204, blue: 0.855)
/* Android */
Color.parseColor("#cf34da")Accessibility — WCAG contrast
Aa
#cf34da on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf34da on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta76.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cf34da text on a black background
contrast 5.16:1
Card sample
#cf34da text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf34da;
Background color
Panel with #cf34da background
background-color: #cf34da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf34da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 52, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 52, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf34da; background: linear-gradient(135deg, #cf34da, #DA3476);