#f993ba
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 147, 186
HSL
337°, 90%, 78%
CMYK
0, 41, 25, 2
Luminance
0.4455
Every format
| HEX | #f993ba |
| RGB | rgb(249, 147, 186) |
| HSL | hsl(337, 90%, 78%) |
| CMYK | cmyk(0%, 41%, 25%, 2%) |
| LAB | lab(72.6 43.1 -3.5) |
| LCH | lch(72.6 43.2 355.3) |
| OKLCH | oklch(0.781 0.130 356.1) |
Copy-ready code
/* CSS */
color: #f993ba;
background-color: #f993ba;
/* Tailwind (arbitrary) */
class="text-[#f993ba] bg-[#f993ba]"
/* SCSS */
$brand: #f993ba;
/* SwiftUI */
Color(red: 0.976, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#f993ba")Accessibility — WCAG contrast
Aa
#f993ba on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f993ba on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green57.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow25.3%
Key (black)2.4%
Color previews
#f993ba text on a black background
contrast 9.91:1
Card sample
#f993ba text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f993ba;
Background color
Panel with #f993ba background
background-color: #f993ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f993ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 147, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 147, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f993ba; background: linear-gradient(135deg, #f993ba, #F9B093);