#f918be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 24, 190
HSL
316°, 95%, 54%
CMYK
0, 90, 24, 2
Luminance
0.2451
Every format
| HEX | #f918be |
| RGB | rgb(249, 24, 190) |
| HSL | hsl(316, 95%, 54%) |
| CMYK | cmyk(0%, 90%, 24%, 2%) |
| LAB | lab(56.6 87.1 -30.0) |
| LCH | lch(56.6 92.2 341.0) |
| OKLCH | oklch(0.663 0.276 343.0) |
Copy-ready code
/* CSS */
color: #f918be;
background-color: #f918be;
/* Tailwind (arbitrary) */
class="text-[#f918be] bg-[#f918be]"
/* SCSS */
$brand: #f918be;
/* SwiftUI */
Color(red: 0.976, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#f918be")Accessibility — WCAG contrast
Aa
#f918be on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f918be on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow23.7%
Key (black)2.4%
Color previews
#f918be text on a black background
contrast 5.90:1
Card sample
#f918be text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f918be;
Background color
Panel with #f918be background
background-color: #f918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f918be; background: linear-gradient(135deg, #f918be, #F91828);