#f18abc
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 138, 188
HSL
331°, 79%, 74%
CMYK
0, 43, 22, 6
Luminance
0.4051
Every format
| HEX | #f18abc |
| RGB | rgb(241, 138, 188) |
| HSL | hsl(331, 79%, 74%) |
| CMYK | cmyk(0%, 43%, 22%, 6%) |
| LAB | lab(69.8 45.3 -8.9) |
| LCH | lch(69.8 46.1 348.9) |
| OKLCH | oklch(0.758 0.138 350.4) |
Copy-ready code
/* CSS */
color: #f18abc;
background-color: #f18abc;
/* Tailwind (arbitrary) */
class="text-[#f18abc] bg-[#f18abc]"
/* SCSS */
$brand: #f18abc;
/* SwiftUI */
Color(red: 0.945, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#f18abc")Accessibility — WCAG contrast
Aa
#f18abc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18abc on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow22.0%
Key (black)5.5%
Color previews
#f18abc text on a black background
contrast 9.10:1
Card sample
#f18abc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18abc;
Background color
Panel with #f18abc background
background-color: #f18abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18abc; background: linear-gradient(135deg, #f18abc, #F19D8A);