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