#f49cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 156, 251
HSL
296°, 92%, 80%
CMYK
3, 38, 0, 2
Luminance
0.4998
Every format
| HEX | #f49cfb |
| RGB | rgb(244, 156, 251) |
| HSL | hsl(296, 92%, 80%) |
| CMYK | cmyk(3%, 38%, 0%, 2%) |
| LAB | lab(76.1 47.3 -34.0) |
| LCH | lch(76.1 58.3 324.3) |
| OKLCH | oklch(0.813 0.159 324.3) |
Copy-ready code
/* CSS */
color: #f49cfb;
background-color: #f49cfb;
/* Tailwind (arbitrary) */
class="text-[#f49cfb] bg-[#f49cfb]"
/* SCSS */
$brand: #f49cfb;
/* SwiftUI */
Color(red: 0.957, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#f49cfb")Accessibility — WCAG contrast
Aa
#f49cfb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49cfb on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.2%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f49cfb text on a black background
contrast 11.00:1
Card sample
#f49cfb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49cfb;
Background color
Panel with #f49cfb background
background-color: #f49cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49cfb; background: linear-gradient(135deg, #f49cfb, #FB9CC3);