#f18dec
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 141, 236
HSL
303°, 78%, 75%
CMYK
0, 42, 2, 6
Luminance
0.4381
Every format
| HEX | #f18dec |
| RGB | rgb(241, 141, 236) |
| HSL | hsl(303, 78%, 75%) |
| CMYK | cmyk(0%, 42%, 2%, 6%) |
| LAB | lab(72.1 51.4 -32.0) |
| LCH | lch(72.1 60.5 328.1) |
| OKLCH | oklch(0.780 0.168 328.8) |
Copy-ready code
/* CSS */
color: #f18dec;
background-color: #f18dec;
/* Tailwind (arbitrary) */
class="text-[#f18dec] bg-[#f18dec]"
/* SCSS */
$brand: #f18dec;
/* SwiftUI */
Color(red: 0.945, green: 0.553, blue: 0.925)
/* Android */
Color.parseColor("#f18dec")Accessibility — WCAG contrast
Aa
#f18dec on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18dec on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green55.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow2.1%
Key (black)5.5%
Color previews
#f18dec text on a black background
contrast 9.76:1
Card sample
#f18dec text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18dec;
Background color
Panel with #f18dec background
background-color: #f18dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 141, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 141, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18dec; background: linear-gradient(135deg, #f18dec, #F18DA9);