#f48cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 140, 223
HSL
312°, 83%, 75%
CMYK
0, 43, 9, 4
Luminance
0.4332
Every format
| HEX | #f48cdf |
| RGB | rgb(244, 140, 223) |
| HSL | hsl(312, 83%, 75%) |
| CMYK | cmyk(0%, 43%, 9%, 4%) |
| LAB | lab(71.8 50.6 -25.3) |
| LCH | lch(71.8 56.6 333.4) |
| OKLCH | oklch(0.777 0.161 334.9) |
Copy-ready code
/* CSS */
color: #f48cdf;
background-color: #f48cdf;
/* Tailwind (arbitrary) */
class="text-[#f48cdf] bg-[#f48cdf]"
/* SCSS */
$brand: #f48cdf;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f48cdf")Accessibility — WCAG contrast
Aa
#f48cdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48cdf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow8.6%
Key (black)4.3%
Color previews
#f48cdf text on a black background
contrast 9.66:1
Card sample
#f48cdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48cdf;
Background color
Panel with #f48cdf background
background-color: #f48cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48cdf; background: linear-gradient(135deg, #f48cdf, #F48C9A);