#f36fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 111, 186
HSL
326°, 85%, 69%
CMYK
0, 54, 24, 5
Luminance
0.3397
Every format
| HEX | #f36fba |
| RGB | rgb(243, 111, 186) |
| HSL | hsl(326, 85%, 69%) |
| CMYK | cmyk(0%, 54%, 24%, 5%) |
| LAB | lab(64.9 58.8 -15.0) |
| LCH | lch(64.9 60.7 345.6) |
| OKLCH | oklch(0.721 0.181 347.4) |
Copy-ready code
/* CSS */
color: #f36fba;
background-color: #f36fba;
/* Tailwind (arbitrary) */
class="text-[#f36fba] bg-[#f36fba]"
/* SCSS */
$brand: #f36fba;
/* SwiftUI */
Color(red: 0.953, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#f36fba")Accessibility — WCAG contrast
Aa
#f36fba on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36fba on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow23.5%
Key (black)4.7%
Color previews
#f36fba text on a black background
contrast 7.79:1
Card sample
#f36fba text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36fba;
Background color
Panel with #f36fba background
background-color: #f36fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36fba; background: linear-gradient(135deg, #f36fba, #F37C6F);