#f18cd2
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 140, 210
HSL
318°, 78%, 75%
CMYK
0, 42, 13, 6
Luminance
0.4211
Every format
| HEX | #f18cd2 |
| RGB | rgb(241, 140, 210) |
| HSL | hsl(318, 78%, 75%) |
| CMYK | cmyk(0%, 42%, 13%, 6%) |
| LAB | lab(71.0 47.6 -19.4) |
| LCH | lch(71.0 51.4 337.8) |
| OKLCH | oklch(0.769 0.148 339.6) |
Copy-ready code
/* CSS */
color: #f18cd2;
background-color: #f18cd2;
/* Tailwind (arbitrary) */
class="text-[#f18cd2] bg-[#f18cd2]"
/* SCSS */
$brand: #f18cd2;
/* SwiftUI */
Color(red: 0.945, green: 0.549, blue: 0.824)
/* Android */
Color.parseColor("#f18cd2")Accessibility — WCAG contrast
Aa
#f18cd2 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18cd2 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow12.9%
Key (black)5.5%
Color previews
#f18cd2 text on a black background
contrast 9.42:1
Card sample
#f18cd2 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18cd2;
Background color
Panel with #f18cd2 background
background-color: #f18cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 140, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 140, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18cd2; background: linear-gradient(135deg, #f18cd2, #F18C8F);