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