#ff37af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 55, 175
HSL
324°, 100%, 61%
CMYK
0, 78, 31, 0
Luminance
0.2709
Every format
| HEX | #ff37af |
| RGB | rgb(255, 55, 175) |
| HSL | hsl(324, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 31%, 0%) |
| LAB | lab(59.1 81.0 -17.5) |
| LCH | lch(59.1 82.9 347.8) |
| OKLCH | oklch(0.680 0.252 349.6) |
Copy-ready code
/* CSS */
color: #ff37af;
background-color: #ff37af;
/* Tailwind (arbitrary) */
class="text-[#ff37af] bg-[#ff37af]"
/* SCSS */
$brand: #ff37af;
/* SwiftUI */
Color(red: 1.000, green: 0.216, blue: 0.686)
/* Android */
Color.parseColor("#ff37af")Accessibility — WCAG contrast
Aa
#ff37af on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff37af on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green21.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow31.4%
Key (black)0.0%
Color previews
#ff37af text on a black background
contrast 6.42:1
Card sample
#ff37af text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff37af;
Background color
Panel with #ff37af background
background-color: #ff37af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff37af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 55, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 55, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff37af; background: linear-gradient(135deg, #ff37af, #FF4437);