#f89afb
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 154, 251
HSL
298°, 92%, 79%
CMYK
1, 39, 0, 2
Luminance
0.5003
Every format
| HEX | #f89afb |
| RGB | rgb(248, 154, 251) |
| HSL | hsl(298, 92%, 79%) |
| CMYK | cmyk(1%, 39%, 0%, 2%) |
| LAB | lab(76.1 49.5 -33.9) |
| LCH | lch(76.1 60.0 325.6) |
| OKLCH | oklch(0.814 0.165 325.9) |
Copy-ready code
/* CSS */
color: #f89afb;
background-color: #f89afb;
/* Tailwind (arbitrary) */
class="text-[#f89afb] bg-[#f89afb]"
/* SCSS */
$brand: #f89afb;
/* SwiftUI */
Color(red: 0.973, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f89afb")Accessibility — WCAG contrast
Aa
#f89afb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89afb on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.4%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f89afb text on a black background
contrast 11.01:1
Card sample
#f89afb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89afb;
Background color
Panel with #f89afb background
background-color: #f89afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89afb; background: linear-gradient(135deg, #f89afb, #FB9ABD);