#f89cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 156, 251
HSL
298°, 92%, 80%
CMYK
1, 38, 0, 2
Luminance
0.5070
Every format
| HEX | #f89cfb |
| RGB | rgb(248, 156, 251) |
| HSL | hsl(298, 92%, 80%) |
| CMYK | cmyk(1%, 38%, 0%, 2%) |
| LAB | lab(76.5 48.5 -33.3) |
| LCH | lch(76.5 58.8 325.6) |
| OKLCH | oklch(0.817 0.162 325.8) |
Copy-ready code
/* CSS */
color: #f89cfb;
background-color: #f89cfb;
/* Tailwind (arbitrary) */
class="text-[#f89cfb] bg-[#f89cfb]"
/* SCSS */
$brand: #f89cfb;
/* SwiftUI */
Color(red: 0.973, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#f89cfb")Accessibility — WCAG contrast
Aa
#f89cfb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89cfb on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.2%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f89cfb text on a black background
contrast 11.14:1
Card sample
#f89cfb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89cfb;
Background color
Panel with #f89cfb background
background-color: #f89cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89cfb; background: linear-gradient(135deg, #f89cfb, #FB9CBF);