#f484cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 132, 205
HSL
321°, 84%, 74%
CMYK
0, 46, 16, 4
Luminance
0.4014
Every format
| HEX | #f484cd |
| RGB | rgb(244, 132, 205) |
| HSL | hsl(321, 84%, 74%) |
| CMYK | cmyk(0%, 46%, 16%, 4%) |
| LAB | lab(69.6 51.8 -18.7) |
| LCH | lch(69.6 55.0 340.1) |
| OKLCH | oklch(0.758 0.161 342.0) |
Copy-ready code
/* CSS */
color: #f484cd;
background-color: #f484cd;
/* Tailwind (arbitrary) */
class="text-[#f484cd] bg-[#f484cd]"
/* SCSS */
$brand: #f484cd;
/* SwiftUI */
Color(red: 0.957, green: 0.518, blue: 0.804)
/* Android */
Color.parseColor("#f484cd")Accessibility — WCAG contrast
Aa
#f484cd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f484cd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow16.0%
Key (black)4.3%
Color previews
#f484cd text on a black background
contrast 9.03:1
Card sample
#f484cd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f484cd;
Background color
Panel with #f484cd background
background-color: #f484cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f484cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 132, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 132, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f484cd; background: linear-gradient(135deg, #f484cd, #F48684);