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