#f36baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 107, 175
HSL
330°, 85%, 69%
CMYK
0, 56, 28, 5
Luminance
0.3267
Every format
| HEX | #f36baf |
| RGB | rgb(243, 107, 175) |
| HSL | hsl(330, 85%, 69%) |
| CMYK | cmyk(0%, 56%, 28%, 5%) |
| LAB | lab(63.9 59.1 -10.4) |
| LCH | lch(63.9 60.0 350.1) |
| OKLCH | oklch(0.712 0.181 351.5) |
Copy-ready code
/* CSS */
color: #f36baf;
background-color: #f36baf;
/* Tailwind (arbitrary) */
class="text-[#f36baf] bg-[#f36baf]"
/* SCSS */
$brand: #f36baf;
/* SwiftUI */
Color(red: 0.953, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#f36baf")Accessibility — WCAG contrast
Aa
#f36baf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36baf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow28.0%
Key (black)4.7%
Color previews
#f36baf text on a black background
contrast 7.53:1
Card sample
#f36baf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36baf;
Background color
Panel with #f36baf background
background-color: #f36baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36baf; background: linear-gradient(135deg, #f36baf, #F3826B);