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