#f18cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 140, 223
HSL
311°, 78%, 75%
CMYK
0, 42, 8, 6
Luminance
0.4278
Every format
| HEX | #f18cdf |
| RGB | rgb(241, 140, 223) |
| HSL | hsl(311, 78%, 75%) |
| CMYK | cmyk(0%, 42%, 8%, 6%) |
| LAB | lab(71.4 49.7 -25.9) |
| LCH | lch(71.4 56.0 332.5) |
| OKLCH | oklch(0.774 0.159 333.9) |
Copy-ready code
/* CSS */
color: #f18cdf;
background-color: #f18cdf;
/* Tailwind (arbitrary) */
class="text-[#f18cdf] bg-[#f18cdf]"
/* SCSS */
$brand: #f18cdf;
/* SwiftUI */
Color(red: 0.945, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f18cdf")Accessibility — WCAG contrast
Aa
#f18cdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18cdf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow7.5%
Key (black)5.5%
Color previews
#f18cdf text on a black background
contrast 9.56:1
Card sample
#f18cdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18cdf;
Background color
Panel with #f18cdf background
background-color: #f18cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18cdf; background: linear-gradient(135deg, #f18cdf, #F18C9C);