#f495df
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 149, 223
HSL
313°, 81%, 77%
CMYK
0, 39, 9, 4
Luminance
0.4606
Every format
| HEX | #f495df |
| RGB | rgb(244, 149, 223) |
| HSL | hsl(313, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 9%, 4%) |
| LAB | lab(73.6 46.0 -22.5) |
| LCH | lch(73.6 51.3 333.9) |
| OKLCH | oklch(0.791 0.146 335.5) |
Copy-ready code
/* CSS */
color: #f495df;
background-color: #f495df;
/* Tailwind (arbitrary) */
class="text-[#f495df] bg-[#f495df]"
/* SCSS */
$brand: #f495df;
/* SwiftUI */
Color(red: 0.957, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#f495df")Accessibility — WCAG contrast
Aa
#f495df on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f495df on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow8.6%
Key (black)4.3%
Color previews
#f495df text on a black background
contrast 10.21:1
Card sample
#f495df text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f495df;
Background color
Panel with #f495df background
background-color: #f495df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f495df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f495df; background: linear-gradient(135deg, #f495df, #F495A0);