#ff37cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 55, 207
HSL
314°, 100%, 61%
CMYK
0, 78, 19, 0
Luminance
0.2850
Every format
| HEX | #ff37cf |
| RGB | rgb(255, 55, 207) |
| HSL | hsl(314, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 19%, 0%) |
| LAB | lab(60.3 84.7 -33.9) |
| LCH | lch(60.3 91.3 338.2) |
| OKLCH | oklch(0.694 0.269 340.1) |
Copy-ready code
/* CSS */
color: #ff37cf;
background-color: #ff37cf;
/* Tailwind (arbitrary) */
class="text-[#ff37cf] bg-[#ff37cf]"
/* SCSS */
$brand: #ff37cf;
/* SwiftUI */
Color(red: 1.000, green: 0.216, blue: 0.812)
/* Android */
Color.parseColor("#ff37cf")Accessibility — WCAG contrast
Aa
#ff37cf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff37cf on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green21.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow18.8%
Key (black)0.0%
Color previews
#ff37cf text on a black background
contrast 6.70:1
Card sample
#ff37cf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff37cf;
Background color
Panel with #ff37cf background
background-color: #ff37cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff37cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 55, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 55, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff37cf; background: linear-gradient(135deg, #ff37cf, #FF374A);