#f18beb
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 139, 235
HSL
304°, 79%, 75%
CMYK
0, 42, 3, 6
Luminance
0.4316
Every format
| HEX | #f18beb |
| RGB | rgb(241, 139, 235) |
| HSL | hsl(304, 79%, 75%) |
| CMYK | cmyk(0%, 42%, 3%, 6%) |
| LAB | lab(71.7 52.2 -32.1) |
| LCH | lch(71.7 61.3 328.4) |
| OKLCH | oklch(0.777 0.171 329.2) |
Copy-ready code
/* CSS */
color: #f18beb;
background-color: #f18beb;
/* Tailwind (arbitrary) */
class="text-[#f18beb] bg-[#f18beb]"
/* SCSS */
$brand: #f18beb;
/* SwiftUI */
Color(red: 0.945, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#f18beb")Accessibility — WCAG contrast
Aa
#f18beb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18beb on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow2.5%
Key (black)5.5%
Color previews
#f18beb text on a black background
contrast 9.63:1
Card sample
#f18beb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18beb;
Background color
Panel with #f18beb background
background-color: #f18beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18beb; background: linear-gradient(135deg, #f18beb, #F18BA7);