#f896af
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 150, 175
HSL
345°, 88%, 78%
CMYK
0, 40, 29, 3
Luminance
0.4486
Every format
| HEX | #f896af |
| RGB | rgb(248, 150, 175) |
| HSL | hsl(345, 88%, 78%) |
| CMYK | cmyk(0%, 40%, 29%, 3%) |
| LAB | lab(72.8 39.8 2.8) |
| LCH | lch(72.8 39.9 4.1) |
| OKLCH | oklch(0.781 0.121 3.8) |
Copy-ready code
/* CSS */
color: #f896af;
background-color: #f896af;
/* Tailwind (arbitrary) */
class="text-[#f896af] bg-[#f896af]"
/* SCSS */
$brand: #f896af;
/* SwiftUI */
Color(red: 0.973, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#f896af")Accessibility — WCAG contrast
Aa
#f896af on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f896af on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow29.4%
Key (black)2.7%
Color previews
#f896af text on a black background
contrast 9.97:1
Card sample
#f896af text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f896af;
Background color
Panel with #f896af background
background-color: #f896af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f896af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f896af; background: linear-gradient(135deg, #f896af, #F8BE96);