#f284da
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 132, 218
HSL
313°, 81%, 73%
CMYK
0, 46, 10, 5
Luminance
0.4044
Every format
| HEX | #f284da |
| RGB | rgb(242, 132, 218) |
| HSL | hsl(313, 81%, 73%) |
| CMYK | cmyk(0%, 46%, 10%, 5%) |
| LAB | lab(69.8 53.2 -25.6) |
| LCH | lch(69.8 59.0 334.3) |
| OKLCH | oklch(0.761 0.169 335.9) |
Copy-ready code
/* CSS */
color: #f284da;
background-color: #f284da;
/* Tailwind (arbitrary) */
class="text-[#f284da] bg-[#f284da]"
/* SCSS */
$brand: #f284da;
/* SwiftUI */
Color(red: 0.949, green: 0.518, blue: 0.855)
/* Android */
Color.parseColor("#f284da")Accessibility — WCAG contrast
Aa
#f284da on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f284da on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow9.9%
Key (black)5.1%
Color previews
#f284da text on a black background
contrast 9.09:1
Card sample
#f284da text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f284da;
Background color
Panel with #f284da background
background-color: #f284da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f284da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 132, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 132, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f284da; background: linear-gradient(135deg, #f284da, #F28491);