#f18acf
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 138, 207
HSL
320°, 79%, 74%
CMYK
0, 43, 14, 6
Luminance
0.4138
Every format
| HEX | #f18acf |
| RGB | rgb(241, 138, 207) |
| HSL | hsl(320, 79%, 74%) |
| CMYK | cmyk(0%, 43%, 14%, 6%) |
| LAB | lab(70.5 48.1 -18.5) |
| LCH | lch(70.5 51.5 339.0) |
| OKLCH | oklch(0.764 0.150 340.8) |
Copy-ready code
/* CSS */
color: #f18acf;
background-color: #f18acf;
/* Tailwind (arbitrary) */
class="text-[#f18acf] bg-[#f18acf]"
/* SCSS */
$brand: #f18acf;
/* SwiftUI */
Color(red: 0.945, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#f18acf")Accessibility — WCAG contrast
Aa
#f18acf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18acf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow14.1%
Key (black)5.5%
Color previews
#f18acf text on a black background
contrast 9.28:1
Card sample
#f18acf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18acf;
Background color
Panel with #f18acf background
background-color: #f18acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18acf; background: linear-gradient(135deg, #f18acf, #F18A8A);