#f396ba
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 150, 186
HSL
337°, 80%, 77%
CMYK
0, 38, 24, 5
Luminance
0.4441
Every format
| HEX | #f396ba |
| RGB | rgb(243, 150, 186) |
| HSL | hsl(337, 80%, 77%) |
| CMYK | cmyk(0%, 38%, 24%, 5%) |
| LAB | lab(72.5 39.5 -3.8) |
| LCH | lch(72.5 39.7 354.6) |
| OKLCH | oklch(0.778 0.119 355.5) |
Copy-ready code
/* CSS */
color: #f396ba;
background-color: #f396ba;
/* Tailwind (arbitrary) */
class="text-[#f396ba] bg-[#f396ba]"
/* SCSS */
$brand: #f396ba;
/* SwiftUI */
Color(red: 0.953, green: 0.588, blue: 0.729)
/* Android */
Color.parseColor("#f396ba")Accessibility — WCAG contrast
Aa
#f396ba on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f396ba on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow23.5%
Key (black)4.7%
Color previews
#f396ba text on a black background
contrast 9.88:1
Card sample
#f396ba text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f396ba;
Background color
Panel with #f396ba background
background-color: #f396ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f396ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 150, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 150, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f396ba; background: linear-gradient(135deg, #f396ba, #F3B096);