#f397b6
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 151, 182
HSL
340°, 79%, 77%
CMYK
0, 38, 25, 5
Luminance
0.4457
Every format
| HEX | #f397b6 |
| RGB | rgb(243, 151, 182) |
| HSL | hsl(340, 79%, 77%) |
| CMYK | cmyk(0%, 38%, 25%, 5%) |
| LAB | lab(72.6 38.4 -1.4) |
| LCH | lch(72.6 38.5 357.9) |
| OKLCH | oklch(0.779 0.116 358.4) |
Copy-ready code
/* CSS */
color: #f397b6;
background-color: #f397b6;
/* Tailwind (arbitrary) */
class="text-[#f397b6] bg-[#f397b6]"
/* SCSS */
$brand: #f397b6;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.714)
/* Android */
Color.parseColor("#f397b6")Accessibility — WCAG contrast
Aa
#f397b6 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f397b6 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow25.1%
Key (black)4.7%
Color previews
#f397b6 text on a black background
contrast 9.91:1
Card sample
#f397b6 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f397b6;
Background color
Panel with #f397b6 background
background-color: #f397b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f397b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f397b6; background: linear-gradient(135deg, #f397b6, #F3B697);