#f49cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 156, 253
HSL
294°, 96%, 80%
CMYK
4, 38, 0, 1
Luminance
0.5010
Every format
| HEX | #f49cfd |
| RGB | rgb(244, 156, 253) |
| HSL | hsl(294, 96%, 80%) |
| CMYK | cmyk(4%, 38%, 0%, 1%) |
| LAB | lab(76.1 47.7 -34.9) |
| LCH | lch(76.1 59.1 323.8) |
| OKLCH | oklch(0.814 0.161 323.6) |
Copy-ready code
/* CSS */
color: #f49cfd;
background-color: #f49cfd;
/* Tailwind (arbitrary) */
class="text-[#f49cfd] bg-[#f49cfd]"
/* SCSS */
$brand: #f49cfd;
/* SwiftUI */
Color(red: 0.957, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#f49cfd")Accessibility — WCAG contrast
Aa
#f49cfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49cfd on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.2%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f49cfd text on a black background
contrast 11.02:1
Card sample
#f49cfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49cfd;
Background color
Panel with #f49cfd background
background-color: #f49cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49cfd; background: linear-gradient(135deg, #f49cfd, #FD9CC5);