#f19ace
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 154, 206
HSL
324°, 76%, 78%
CMYK
0, 36, 15, 6
Luminance
0.4627
Every format
| HEX | #f19ace |
| RGB | rgb(241, 154, 206) |
| HSL | hsl(324, 76%, 78%) |
| CMYK | cmyk(0%, 36%, 15%, 6%) |
| LAB | lab(73.7 39.7 -13.0) |
| LCH | lch(73.7 41.8 341.9) |
| OKLCH | oklch(0.789 0.122 343.6) |
Copy-ready code
/* CSS */
color: #f19ace;
background-color: #f19ace;
/* Tailwind (arbitrary) */
class="text-[#f19ace] bg-[#f19ace]"
/* SCSS */
$brand: #f19ace;
/* SwiftUI */
Color(red: 0.945, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#f19ace")Accessibility — WCAG contrast
Aa
#f19ace on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19ace on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow14.5%
Key (black)5.5%
Color previews
#f19ace text on a black background
contrast 10.25:1
Card sample
#f19ace text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19ace;
Background color
Panel with #f19ace background
background-color: #f19ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19ace; background: linear-gradient(135deg, #f19ace, #F1A09A);