#f485c8
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 133, 200
HSL
324°, 84%, 74%
CMYK
0, 46, 18, 4
Luminance
0.4018
Every format
| HEX | #f485c8 |
| RGB | rgb(244, 133, 200) |
| HSL | hsl(324, 84%, 74%) |
| CMYK | cmyk(0%, 46%, 18%, 4%) |
| LAB | lab(69.6 50.5 -15.9) |
| LCH | lch(69.6 52.9 342.6) |
| OKLCH | oklch(0.758 0.156 344.4) |
Copy-ready code
/* CSS */
color: #f485c8;
background-color: #f485c8;
/* Tailwind (arbitrary) */
class="text-[#f485c8] bg-[#f485c8]"
/* SCSS */
$brand: #f485c8;
/* SwiftUI */
Color(red: 0.957, green: 0.522, blue: 0.784)
/* Android */
Color.parseColor("#f485c8")Accessibility — WCAG contrast
Aa
#f485c8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f485c8 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow18.0%
Key (black)4.3%
Color previews
#f485c8 text on a black background
contrast 9.04:1
Card sample
#f485c8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f485c8;
Background color
Panel with #f485c8 background
background-color: #f485c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f485c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 133, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 133, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f485c8; background: linear-gradient(135deg, #f485c8, #F48C85);