#f48cd3
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 140, 211
HSL
319°, 83%, 75%
CMYK
0, 43, 14, 4
Luminance
0.4269
Every format
| HEX | #f48cd3 |
| RGB | rgb(244, 140, 211) |
| HSL | hsl(319, 83%, 75%) |
| CMYK | cmyk(0%, 43%, 14%, 4%) |
| LAB | lab(71.3 48.7 -19.3) |
| LCH | lch(71.3 52.4 338.4) |
| OKLCH | oklch(0.772 0.152 340.1) |
Copy-ready code
/* CSS */
color: #f48cd3;
background-color: #f48cd3;
/* Tailwind (arbitrary) */
class="text-[#f48cd3] bg-[#f48cd3]"
/* SCSS */
$brand: #f48cd3;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#f48cd3")Accessibility — WCAG contrast
Aa
#f48cd3 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48cd3 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow13.5%
Key (black)4.3%
Color previews
#f48cd3 text on a black background
contrast 9.54:1
Card sample
#f48cd3 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48cd3;
Background color
Panel with #f48cd3 background
background-color: #f48cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48cd3; background: linear-gradient(135deg, #f48cd3, #F48C8E);