#f089df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 137, 223
HSL
310°, 77%, 74%
CMYK
0, 43, 7, 6
Luminance
0.4174
Every format
| HEX | #f089df |
| RGB | rgb(240, 137, 223) |
| HSL | hsl(310, 77%, 74%) |
| CMYK | cmyk(0%, 43%, 7%, 6%) |
| LAB | lab(70.7 50.9 -27.0) |
| LCH | lch(70.7 57.6 332.1) |
| OKLCH | oklch(0.768 0.163 333.4) |
Copy-ready code
/* CSS */
color: #f089df;
background-color: #f089df;
/* Tailwind (arbitrary) */
class="text-[#f089df] bg-[#f089df]"
/* SCSS */
$brand: #f089df;
/* SwiftUI */
Color(red: 0.941, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#f089df")Accessibility — WCAG contrast
Aa
#f089df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f089df on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow7.1%
Key (black)5.9%
Color previews
#f089df text on a black background
contrast 9.35:1
Card sample
#f089df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f089df;
Background color
Panel with #f089df background
background-color: #f089df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f089df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f089df; background: linear-gradient(135deg, #f089df, #F0899A);