#f280df
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 128, 223
HSL
310°, 81%, 73%
CMYK
0, 47, 8, 5
Luminance
0.3964
Every format
| HEX | #f280df |
| RGB | rgb(242, 128, 223) |
| HSL | hsl(310, 81%, 73%) |
| CMYK | cmyk(0%, 47%, 8%, 5%) |
| LAB | lab(69.2 55.9 -29.2) |
| LCH | lch(69.2 63.1 332.4) |
| OKLCH | oklch(0.757 0.179 333.8) |
Copy-ready code
/* CSS */
color: #f280df;
background-color: #f280df;
/* Tailwind (arbitrary) */
class="text-[#f280df] bg-[#f280df]"
/* SCSS */
$brand: #f280df;
/* SwiftUI */
Color(red: 0.949, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#f280df")Accessibility — WCAG contrast
Aa
#f280df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f280df on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow7.9%
Key (black)5.1%
Color previews
#f280df text on a black background
contrast 8.93:1
Card sample
#f280df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f280df;
Background color
Panel with #f280df background
background-color: #f280df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f280df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f280df; background: linear-gradient(135deg, #f280df, #F28093);