#f99acf
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 154, 207
HSL
327°, 89%, 79%
CMYK
0, 38, 17, 2
Luminance
0.4776
Every format
| HEX | #f99acf |
| RGB | rgb(249, 154, 207) |
| HSL | hsl(327, 89%, 79%) |
| CMYK | cmyk(0%, 38%, 17%, 2%) |
| LAB | lab(74.7 42.5 -12.1) |
| LCH | lch(74.7 44.2 344.2) |
| OKLCH | oklch(0.798 0.130 345.9) |
Copy-ready code
/* CSS */
color: #f99acf;
background-color: #f99acf;
/* Tailwind (arbitrary) */
class="text-[#f99acf] bg-[#f99acf]"
/* SCSS */
$brand: #f99acf;
/* SwiftUI */
Color(red: 0.976, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#f99acf")Accessibility — WCAG contrast
Aa
#f99acf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99acf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow16.9%
Key (black)2.4%
Color previews
#f99acf text on a black background
contrast 10.55:1
Card sample
#f99acf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99acf;
Background color
Panel with #f99acf background
background-color: #f99acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99acf; background: linear-gradient(135deg, #f99acf, #F9A49A);