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