#f48dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 141, 205
HSL
323°, 82%, 76%
CMYK
0, 42, 16, 4
Luminance
0.4269
Every format
| HEX | #f48dcd |
| RGB | rgb(244, 141, 205) |
| HSL | hsl(323, 82%, 76%) |
| CMYK | cmyk(0%, 42%, 16%, 4%) |
| LAB | lab(71.3 47.2 -16.0) |
| LCH | lch(71.3 49.9 341.3) |
| OKLCH | oklch(0.772 0.146 343.1) |
Copy-ready code
/* CSS */
color: #f48dcd;
background-color: #f48dcd;
/* Tailwind (arbitrary) */
class="text-[#f48dcd] bg-[#f48dcd]"
/* SCSS */
$brand: #f48dcd;
/* SwiftUI */
Color(red: 0.957, green: 0.553, blue: 0.804)
/* Android */
Color.parseColor("#f48dcd")Accessibility — WCAG contrast
Aa
#f48dcd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48dcd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green55.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow16.0%
Key (black)4.3%
Color previews
#f48dcd text on a black background
contrast 9.54:1
Card sample
#f48dcd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48dcd;
Background color
Panel with #f48dcd background
background-color: #f48dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 141, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 141, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48dcd; background: linear-gradient(135deg, #f48dcd, #F4928D);