#cf37af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 55, 175
HSL
313°, 61%, 51%
CMYK
0, 73, 16, 19
Luminance
0.1909
Every format
| HEX | #cf37af |
| RGB | rgb(207, 55, 175) |
| HSL | hsl(313, 61%, 51%) |
| CMYK | cmyk(0%, 73%, 16%, 19%) |
| LAB | lab(50.8 69.9 -30.9) |
| LCH | lch(50.8 76.4 336.2) |
| OKLCH | oklch(0.605 0.223 337.9) |
Copy-ready code
/* CSS */
color: #cf37af;
background-color: #cf37af;
/* Tailwind (arbitrary) */
class="text-[#cf37af] bg-[#cf37af]"
/* SCSS */
$brand: #cf37af;
/* SwiftUI */
Color(red: 0.812, green: 0.216, blue: 0.686)
/* Android */
Color.parseColor("#cf37af")Accessibility — WCAG contrast
Aa
#cf37af on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf37af on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow15.5%
Key (black)18.8%
Color previews
#cf37af text on a black background
contrast 4.82:1
Card sample
#cf37af text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf37af;
Background color
Panel with #cf37af background
background-color: #cf37af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf37af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 55, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 55, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf37af; background: linear-gradient(135deg, #cf37af, #CF374A);