#f897af
a light, electric red · warm · closest name: pink
RGB
248, 151, 175
HSL
345°, 87%, 78%
CMYK
0, 39, 29, 3
Luminance
0.4518
Every format
| HEX | #f897af |
| RGB | rgb(248, 151, 175) |
| HSL | hsl(345, 87%, 78%) |
| CMYK | cmyk(0%, 39%, 29%, 3%) |
| LAB | lab(73.0 39.2 3.1) |
| LCH | lch(73.0 39.4 4.6) |
| OKLCH | oklch(0.783 0.119 4.2) |
Copy-ready code
/* CSS */
color: #f897af;
background-color: #f897af;
/* Tailwind (arbitrary) */
class="text-[#f897af] bg-[#f897af]"
/* SCSS */
$brand: #f897af;
/* SwiftUI */
Color(red: 0.973, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#f897af")Accessibility — WCAG contrast
Aa
#f897af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f897af on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow29.4%
Key (black)2.7%
Color previews
#f897af text on a black background
contrast 10.04:1
Card sample
#f897af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f897af;
Background color
Panel with #f897af background
background-color: #f897af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f897af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f897af; background: linear-gradient(135deg, #f897af, #F8C097);