#f4a2cd
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 162, 205
HSL
329°, 79%, 80%
CMYK
0, 34, 16, 4
Luminance
0.4948
Every format
| HEX | #f4a2cd |
| RGB | rgb(244, 162, 205) |
| HSL | hsl(329, 79%, 80%) |
| CMYK | cmyk(0%, 34%, 16%, 4%) |
| LAB | lab(75.8 36.4 -9.4) |
| LCH | lch(75.8 37.6 345.5) |
| OKLCH | oklch(0.805 0.110 347.1) |
Copy-ready code
/* CSS */
color: #f4a2cd;
background-color: #f4a2cd;
/* Tailwind (arbitrary) */
class="text-[#f4a2cd] bg-[#f4a2cd]"
/* SCSS */
$brand: #f4a2cd;
/* SwiftUI */
Color(red: 0.957, green: 0.635, blue: 0.804)
/* Android */
Color.parseColor("#f4a2cd")Accessibility — WCAG contrast
Aa
#f4a2cd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4a2cd on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green63.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow16.0%
Key (black)4.3%
Color previews
#f4a2cd text on a black background
contrast 10.90:1
Card sample
#f4a2cd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4a2cd;
Background color
Panel with #f4a2cd background
background-color: #f4a2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4a2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 162, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 162, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4a2cd; background: linear-gradient(135deg, #f4a2cd, #F4AEA2);