#f084df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 132, 223
HSL
309°, 78%, 73%
CMYK
0, 45, 7, 6
Luminance
0.4036
Every format
| HEX | #f084df |
| RGB | rgb(240, 132, 223) |
| HSL | hsl(309, 78%, 73%) |
| CMYK | cmyk(0%, 45%, 7%, 6%) |
| LAB | lab(69.7 53.4 -28.5) |
| LCH | lch(69.7 60.5 331.9) |
| OKLCH | oklch(0.761 0.171 333.2) |
Copy-ready code
/* CSS */
color: #f084df;
background-color: #f084df;
/* Tailwind (arbitrary) */
class="text-[#f084df] bg-[#f084df]"
/* SCSS */
$brand: #f084df;
/* SwiftUI */
Color(red: 0.941, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#f084df")Accessibility — WCAG contrast
Aa
#f084df on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f084df on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow7.1%
Key (black)5.9%
Color previews
#f084df text on a black background
contrast 9.07:1
Card sample
#f084df text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f084df;
Background color
Panel with #f084df background
background-color: #f084df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f084df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f084df; background: linear-gradient(135deg, #f084df, #F08497);