#f091df
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 145, 223
HSL
311°, 76%, 76%
CMYK
0, 40, 7, 6
Luminance
0.4410
Every format
| HEX | #f091df |
| RGB | rgb(240, 145, 223) |
| HSL | hsl(311, 76%, 76%) |
| CMYK | cmyk(0%, 40%, 7%, 6%) |
| LAB | lab(72.3 46.8 -24.5) |
| LCH | lch(72.3 52.9 332.4) |
| OKLCH | oklch(0.780 0.149 333.7) |
Copy-ready code
/* CSS */
color: #f091df;
background-color: #f091df;
/* Tailwind (arbitrary) */
class="text-[#f091df] bg-[#f091df]"
/* SCSS */
$brand: #f091df;
/* SwiftUI */
Color(red: 0.941, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f091df")Accessibility — WCAG contrast
Aa
#f091df on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f091df on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow7.1%
Key (black)5.9%
Color previews
#f091df text on a black background
contrast 9.82:1
Card sample
#f091df text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f091df;
Background color
Panel with #f091df background
background-color: #f091df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f091df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f091df; background: linear-gradient(135deg, #f091df, #F091A0);