#f89ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 159, 252
HSL
297°, 94%, 81%
CMYK
2, 37, 0, 1
Luminance
0.5178
Every format
| HEX | #f89ffc |
| RGB | rgb(248, 159, 252) |
| HSL | hsl(297, 94%, 81%) |
| CMYK | cmyk(2%, 37%, 0%, 1%) |
| LAB | lab(77.2 47.2 -32.8) |
| LCH | lch(77.2 57.4 325.2) |
| OKLCH | oklch(0.822 0.157 325.4) |
Copy-ready code
/* CSS */
color: #f89ffc;
background-color: #f89ffc;
/* Tailwind (arbitrary) */
class="text-[#f89ffc] bg-[#f89ffc]"
/* SCSS */
$brand: #f89ffc;
/* SwiftUI */
Color(red: 0.973, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#f89ffc")Accessibility — WCAG contrast
Aa
#f89ffc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89ffc on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green62.4%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f89ffc text on a black background
contrast 11.36:1
Card sample
#f89ffc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89ffc;
Background color
Panel with #f89ffc background
background-color: #f89ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89ffc; background: linear-gradient(135deg, #f89ffc, #FC9FC2);