#f89dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 157, 254
HSL
296°, 98%, 81%
CMYK
2, 38, 0, 0
Luminance
0.5123
Every format
| HEX | #f89dfe |
| RGB | rgb(248, 157, 254) |
| HSL | hsl(296, 98%, 81%) |
| CMYK | cmyk(2%, 38%, 0%, 0%) |
| LAB | lab(76.8 48.5 -34.4) |
| LCH | lch(76.8 59.5 324.7) |
| OKLCH | oklch(0.820 0.163 324.7) |
Copy-ready code
/* CSS */
color: #f89dfe;
background-color: #f89dfe;
/* Tailwind (arbitrary) */
class="text-[#f89dfe] bg-[#f89dfe]"
/* SCSS */
$brand: #f89dfe;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#f89dfe")Accessibility — WCAG contrast
Aa
#f89dfe on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89dfe on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f89dfe text on a black background
contrast 11.25:1
Card sample
#f89dfe text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89dfe;
Background color
Panel with #f89dfe background
background-color: #f89dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89dfe; background: linear-gradient(135deg, #f89dfe, #FE9DC3);