#f892cd
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 146, 205
HSL
325°, 88%, 77%
CMYK
0, 41, 17, 3
Luminance
0.4492
Every format
| HEX | #f892cd |
| RGB | rgb(248, 146, 205) |
| HSL | hsl(325, 88%, 77%) |
| CMYK | cmyk(0%, 41%, 17%, 3%) |
| LAB | lab(72.8 46.0 -13.7) |
| LCH | lch(72.8 48.0 343.4) |
| OKLCH | oklch(0.784 0.141 345.2) |
Copy-ready code
/* CSS */
color: #f892cd;
background-color: #f892cd;
/* Tailwind (arbitrary) */
class="text-[#f892cd] bg-[#f892cd]"
/* SCSS */
$brand: #f892cd;
/* SwiftUI */
Color(red: 0.973, green: 0.573, blue: 0.804)
/* Android */
Color.parseColor("#f892cd")Accessibility — WCAG contrast
Aa
#f892cd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f892cd on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green57.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow17.3%
Key (black)2.7%
Color previews
#f892cd text on a black background
contrast 9.98:1
Card sample
#f892cd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f892cd;
Background color
Panel with #f892cd background
background-color: #f892cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f892cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 146, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 146, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f892cd; background: linear-gradient(135deg, #f892cd, #F89B92);