#f18bef
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 139, 239
HSL
301°, 79%, 75%
CMYK
0, 42, 1, 6
Luminance
0.4340
Every format
| HEX | #f18bef |
| RGB | rgb(241, 139, 239) |
| HSL | hsl(301, 79%, 75%) |
| CMYK | cmyk(0%, 42%, 1%, 6%) |
| LAB | lab(71.8 52.9 -34.0) |
| LCH | lch(71.8 62.9 327.3) |
| OKLCH | oklch(0.779 0.174 327.8) |
Copy-ready code
/* CSS */
color: #f18bef;
background-color: #f18bef;
/* Tailwind (arbitrary) */
class="text-[#f18bef] bg-[#f18bef]"
/* SCSS */
$brand: #f18bef;
/* SwiftUI */
Color(red: 0.945, green: 0.545, blue: 0.937)
/* Android */
Color.parseColor("#f18bef")Accessibility — WCAG contrast
Aa
#f18bef on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18bef on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow0.8%
Key (black)5.5%
Color previews
#f18bef text on a black background
contrast 9.68:1
Card sample
#f18bef text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18bef;
Background color
Panel with #f18bef background
background-color: #f18bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 139, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 139, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18bef; background: linear-gradient(135deg, #f18bef, #F18BAB);