#f48df0
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 141, 240
HSL
302°, 82%, 76%
CMYK
0, 42, 2, 4
Luminance
0.4457
Every format
| HEX | #f48df0 |
| RGB | rgb(244, 141, 240) |
| HSL | hsl(302, 82%, 76%) |
| CMYK | cmyk(0%, 42%, 2%, 4%) |
| LAB | lab(72.6 53.0 -33.3) |
| LCH | lch(72.6 62.6 327.8) |
| OKLCH | oklch(0.785 0.174 328.5) |
Copy-ready code
/* CSS */
color: #f48df0;
background-color: #f48df0;
/* Tailwind (arbitrary) */
class="text-[#f48df0] bg-[#f48df0]"
/* SCSS */
$brand: #f48df0;
/* SwiftUI */
Color(red: 0.957, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#f48df0")Accessibility — WCAG contrast
Aa
#f48df0 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48df0 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green55.3%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow1.6%
Key (black)4.3%
Color previews
#f48df0 text on a black background
contrast 9.91:1
Card sample
#f48df0 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48df0;
Background color
Panel with #f48df0 background
background-color: #f48df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48df0; background: linear-gradient(135deg, #f48df0, #F48DAB);