#f99fdb
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 159, 219
HSL
320°, 88%, 80%
CMYK
0, 36, 12, 2
Luminance
0.5005
Every format
| HEX | #f99fdb |
| RGB | rgb(249, 159, 219) |
| HSL | hsl(320, 88%, 80%) |
| CMYK | cmyk(0%, 36%, 12%, 2%) |
| LAB | lab(76.1 41.8 -16.5) |
| LCH | lch(76.1 45.0 338.5) |
| OKLCH | oklch(0.810 0.130 340.3) |
Copy-ready code
/* CSS */
color: #f99fdb;
background-color: #f99fdb;
/* Tailwind (arbitrary) */
class="text-[#f99fdb] bg-[#f99fdb]"
/* SCSS */
$brand: #f99fdb;
/* SwiftUI */
Color(red: 0.976, green: 0.624, blue: 0.859)
/* Android */
Color.parseColor("#f99fdb")Accessibility — WCAG contrast
Aa
#f99fdb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99fdb on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green62.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow12.0%
Key (black)2.4%
Color previews
#f99fdb text on a black background
contrast 11.01:1
Card sample
#f99fdb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99fdb;
Background color
Panel with #f99fdb background
background-color: #f99fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 159, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 159, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99fdb; background: linear-gradient(135deg, #f99fdb, #F99F9F);