#f18baf
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 139, 175
HSL
339°, 79%, 75%
CMYK
0, 42, 27, 6
Luminance
0.4026
Every format
| HEX | #f18baf |
| RGB | rgb(241, 139, 175) |
| HSL | hsl(339, 79%, 75%) |
| CMYK | cmyk(0%, 42%, 27%, 6%) |
| LAB | lab(69.7 43.0 -1.9) |
| LCH | lch(69.7 43.0 357.5) |
| OKLCH | oklch(0.755 0.130 358.1) |
Copy-ready code
/* CSS */
color: #f18baf;
background-color: #f18baf;
/* Tailwind (arbitrary) */
class="text-[#f18baf] bg-[#f18baf]"
/* SCSS */
$brand: #f18baf;
/* SwiftUI */
Color(red: 0.945, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#f18baf")Accessibility — WCAG contrast
Aa
#f18baf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18baf on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow27.4%
Key (black)5.5%
Color previews
#f18baf text on a black background
contrast 9.05:1
Card sample
#f18baf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18baf;
Background color
Panel with #f18baf background
background-color: #f18baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18baf; background: linear-gradient(135deg, #f18baf, #F1AB8B);