#f397ba
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 151, 186
HSL
337°, 79%, 77%
CMYK
0, 38, 24, 5
Luminance
0.4473
Every format
| HEX | #f397ba |
| RGB | rgb(243, 151, 186) |
| HSL | hsl(337, 79%, 77%) |
| CMYK | cmyk(0%, 38%, 24%, 5%) |
| LAB | lab(72.7 39.0 -3.5) |
| LCH | lch(72.7 39.1 354.9) |
| OKLCH | oklch(0.780 0.117 355.8) |
Copy-ready code
/* CSS */
color: #f397ba;
background-color: #f397ba;
/* Tailwind (arbitrary) */
class="text-[#f397ba] bg-[#f397ba]"
/* SCSS */
$brand: #f397ba;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#f397ba")Accessibility — WCAG contrast
Aa
#f397ba on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f397ba on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow23.5%
Key (black)4.7%
Color previews
#f397ba text on a black background
contrast 9.95:1
Card sample
#f397ba text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f397ba;
Background color
Panel with #f397ba background
background-color: #f397ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f397ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f397ba; background: linear-gradient(135deg, #f397ba, #F3B297);