#f99bdf
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 155, 223
HSL
317°, 89%, 79%
CMYK
0, 38, 10, 2
Luminance
0.4891
Every format
| HEX | #f99bdf |
| RGB | rgb(249, 155, 223) |
| HSL | hsl(317, 89%, 79%) |
| CMYK | cmyk(0%, 38%, 10%, 2%) |
| LAB | lab(75.4 44.5 -19.7) |
| LCH | lch(75.4 48.7 336.1) |
| OKLCH | oklch(0.806 0.140 337.8) |
Copy-ready code
/* CSS */
color: #f99bdf;
background-color: #f99bdf;
/* Tailwind (arbitrary) */
class="text-[#f99bdf] bg-[#f99bdf]"
/* SCSS */
$brand: #f99bdf;
/* SwiftUI */
Color(red: 0.976, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#f99bdf")Accessibility — WCAG contrast
Aa
#f99bdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99bdf on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow10.4%
Key (black)2.4%
Color previews
#f99bdf text on a black background
contrast 10.78:1
Card sample
#f99bdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99bdf;
Background color
Panel with #f99bdf background
background-color: #f99bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99bdf; background: linear-gradient(135deg, #f99bdf, #F99BA0);