#f398ab
a light, electric red · warm · closest name: pink
RGB
243, 152, 171
HSL
348°, 79%, 78%
CMYK
0, 37, 30, 5
Luminance
0.4445
Every format
| HEX | #f398ab |
| RGB | rgb(243, 152, 171) |
| HSL | hsl(348, 79%, 78%) |
| CMYK | cmyk(0%, 37%, 30%, 5%) |
| LAB | lab(72.5 36.4 4.6) |
| LCH | lch(72.5 36.7 7.2) |
| OKLCH | oklch(0.777 0.111 6.4) |
Copy-ready code
/* CSS */
color: #f398ab;
background-color: #f398ab;
/* Tailwind (arbitrary) */
class="text-[#f398ab] bg-[#f398ab]"
/* SCSS */
$brand: #f398ab;
/* SwiftUI */
Color(red: 0.953, green: 0.596, blue: 0.671)
/* Android */
Color.parseColor("#f398ab")Accessibility — WCAG contrast
Aa
#f398ab on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f398ab on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow29.6%
Key (black)4.7%
Color previews
#f398ab text on a black background
contrast 9.89:1
Card sample
#f398ab text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f398ab;
Background color
Panel with #f398ab background
background-color: #f398ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f398ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 152, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 152, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f398ab; background: linear-gradient(135deg, #f398ab, #F3C298);