#f495cd
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 149, 205
HSL
325°, 81%, 77%
CMYK
0, 39, 16, 4
Luminance
0.4514
Every format
| HEX | #f495cd |
| RGB | rgb(244, 149, 205) |
| HSL | hsl(325, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 16%, 4%) |
| LAB | lab(73.0 43.1 -13.5) |
| LCH | lch(73.0 45.2 342.6) |
| OKLCH | oklch(0.784 0.132 344.3) |
Copy-ready code
/* CSS */
color: #f495cd;
background-color: #f495cd;
/* Tailwind (arbitrary) */
class="text-[#f495cd] bg-[#f495cd]"
/* SCSS */
$brand: #f495cd;
/* SwiftUI */
Color(red: 0.957, green: 0.584, blue: 0.804)
/* Android */
Color.parseColor("#f495cd")Accessibility — WCAG contrast
Aa
#f495cd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f495cd on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow16.0%
Key (black)4.3%
Color previews
#f495cd text on a black background
contrast 10.03:1
Card sample
#f495cd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f495cd;
Background color
Panel with #f495cd background
background-color: #f495cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f495cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 149, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 149, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f495cd; background: linear-gradient(135deg, #f495cd, #F49C95);