#f892fe
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 146, 254
HSL
297°, 98%, 78%
CMYK
2, 43, 0, 0
Luminance
0.4767
Every format
| HEX | #f892fe |
| RGB | rgb(248, 146, 254) |
| HSL | hsl(297, 98%, 78%) |
| CMYK | cmyk(2%, 43%, 0%, 0%) |
| LAB | lab(74.6 54.1 -37.8) |
| LCH | lch(74.6 66.0 325.1) |
| OKLCH | oklch(0.803 0.181 325.1) |
Copy-ready code
/* CSS */
color: #f892fe;
background-color: #f892fe;
/* Tailwind (arbitrary) */
class="text-[#f892fe] bg-[#f892fe]"
/* SCSS */
$brand: #f892fe;
/* SwiftUI */
Color(red: 0.973, green: 0.573, blue: 0.996)
/* Android */
Color.parseColor("#f892fe")Accessibility — WCAG contrast
Aa
#f892fe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f892fe on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green57.3%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta42.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f892fe text on a black background
contrast 10.53:1
Card sample
#f892fe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f892fe;
Background color
Panel with #f892fe background
background-color: #f892fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f892fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 146, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 146, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f892fe; background: linear-gradient(135deg, #f892fe, #FE92BC);