#f397ac
a light, electric red · warm · closest name: pink
RGB
243, 151, 172
HSL
346°, 79%, 77%
CMYK
0, 38, 29, 5
Luminance
0.4417
Every format
| HEX | #f397ac |
| RGB | rgb(243, 151, 172) |
| HSL | hsl(346, 79%, 77%) |
| CMYK | cmyk(0%, 38%, 29%, 5%) |
| LAB | lab(72.3 37.1 3.8) |
| LCH | lch(72.3 37.3 5.8) |
| OKLCH | oklch(0.776 0.113 5.2) |
Copy-ready code
/* CSS */
color: #f397ac;
background-color: #f397ac;
/* Tailwind (arbitrary) */
class="text-[#f397ac] bg-[#f397ac]"
/* SCSS */
$brand: #f397ac;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.675)
/* Android */
Color.parseColor("#f397ac")Accessibility — WCAG contrast
Aa
#f397ac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f397ac on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow29.2%
Key (black)4.7%
Color previews
#f397ac text on a black background
contrast 9.83:1
Card sample
#f397ac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f397ac;
Background color
Panel with #f397ac background
background-color: #f397ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f397ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f397ac; background: linear-gradient(135deg, #f397ac, #F3BF97);