#f48afd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 138, 253
HSL
295°, 97%, 77%
CMYK
4, 46, 0, 1
Luminance
0.4450
Every format
| HEX | #f48afd |
| RGB | rgb(244, 138, 253) |
| HSL | hsl(295, 97%, 77%) |
| CMYK | cmyk(4%, 46%, 0%, 1%) |
| LAB | lab(72.6 56.8 -40.5) |
| LCH | lch(72.6 69.7 324.5) |
| OKLCH | oklch(0.787 0.191 324.3) |
Copy-ready code
/* CSS */
color: #f48afd;
background-color: #f48afd;
/* Tailwind (arbitrary) */
class="text-[#f48afd] bg-[#f48afd]"
/* SCSS */
$brand: #f48afd;
/* SwiftUI */
Color(red: 0.957, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#f48afd")Accessibility — WCAG contrast
Aa
#f48afd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48afd on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.1%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f48afd text on a black background
contrast 9.90:1
Card sample
#f48afd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48afd;
Background color
Panel with #f48afd background
background-color: #f48afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48afd; background: linear-gradient(135deg, #f48afd, #FD8AB9);