#cf37df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 55, 223
HSL
294°, 72%, 55%
CMYK
7, 75, 0, 13
Luminance
0.2133
Every format
| HEX | #cf37df |
| RGB | rgb(207, 55, 223) |
| HSL | hsl(294, 72%, 55%) |
| CMYK | cmyk(7%, 75%, 0%, 13%) |
| LAB | lab(53.3 77.3 -54.6) |
| LCH | lch(53.3 94.6 324.8) |
| OKLCH | oklch(0.631 0.258 323.7) |
Copy-ready code
/* CSS */
color: #cf37df;
background-color: #cf37df;
/* Tailwind (arbitrary) */
class="text-[#cf37df] bg-[#cf37df]"
/* SCSS */
$brand: #cf37df;
/* SwiftUI */
Color(red: 0.812, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#cf37df")Accessibility — WCAG contrast
Aa
#cf37df on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf37df on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf37df text on a black background
contrast 5.27:1
Card sample
#cf37df text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf37df;
Background color
Panel with #cf37df background
background-color: #cf37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf37df; background: linear-gradient(135deg, #cf37df, #DF377F);