#f99abc
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 154, 188
HSL
339°, 89%, 79%
CMYK
0, 38, 25, 2
Luminance
0.4688
Every format
| HEX | #f99abc |
| RGB | rgb(249, 154, 188) |
| HSL | hsl(339, 89%, 79%) |
| CMYK | cmyk(0%, 38%, 25%, 2%) |
| LAB | lab(74.1 39.8 -2.4) |
| LCH | lch(74.1 39.8 356.5) |
| OKLCH | oklch(0.792 0.120 357.2) |
Copy-ready code
/* CSS */
color: #f99abc;
background-color: #f99abc;
/* Tailwind (arbitrary) */
class="text-[#f99abc] bg-[#f99abc]"
/* SCSS */
$brand: #f99abc;
/* SwiftUI */
Color(red: 0.976, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#f99abc")Accessibility — WCAG contrast
Aa
#f99abc on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99abc on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow24.5%
Key (black)2.4%
Color previews
#f99abc text on a black background
contrast 10.38:1
Card sample
#f99abc text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99abc;
Background color
Panel with #f99abc background
background-color: #f99abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99abc; background: linear-gradient(135deg, #f99abc, #F9B79A);