#f87def
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 125, 239
HSL
304°, 90%, 73%
CMYK
0, 50, 4, 3
Luminance
0.4086
Every format
| HEX | #f87def |
| RGB | rgb(248, 125, 239) |
| HSL | hsl(304, 90%, 73%) |
| CMYK | cmyk(0%, 50%, 4%, 3%) |
| LAB | lab(70.1 61.7 -36.7) |
| LCH | lch(70.1 71.8 329.3) |
| OKLCH | oklch(0.767 0.201 330.1) |
Copy-ready code
/* CSS */
color: #f87def;
background-color: #f87def;
/* Tailwind (arbitrary) */
class="text-[#f87def] bg-[#f87def]"
/* SCSS */
$brand: #f87def;
/* SwiftUI */
Color(red: 0.973, green: 0.490, blue: 0.937)
/* Android */
Color.parseColor("#f87def")Accessibility — WCAG contrast
Aa
#f87def on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87def on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green49.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow3.6%
Key (black)2.7%
Color previews
#f87def text on a black background
contrast 9.17:1
Card sample
#f87def text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87def;
Background color
Panel with #f87def background
background-color: #f87def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 125, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 125, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87def; background: linear-gradient(135deg, #f87def, #F87D9D);