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