#f56fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 111, 223
HSL
310°, 87%, 70%
CMYK
0, 55, 9, 4
Luminance
0.3611
Every format
| HEX | #f56fdf |
| RGB | rgb(245, 111, 223) |
| HSL | hsl(310, 87%, 70%) |
| CMYK | cmyk(0%, 55%, 9%, 4%) |
| LAB | lab(66.6 64.8 -33.3) |
| LCH | lch(66.6 72.8 332.8) |
| OKLCH | oklch(0.739 0.208 334.2) |
Copy-ready code
/* CSS */
color: #f56fdf;
background-color: #f56fdf;
/* Tailwind (arbitrary) */
class="text-[#f56fdf] bg-[#f56fdf]"
/* SCSS */
$brand: #f56fdf;
/* SwiftUI */
Color(red: 0.961, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#f56fdf")Accessibility — WCAG contrast
Aa
#f56fdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56fdf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow9.0%
Key (black)3.9%
Color previews
#f56fdf text on a black background
contrast 8.22:1
Card sample
#f56fdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56fdf;
Background color
Panel with #f56fdf background
background-color: #f56fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56fdf; background: linear-gradient(135deg, #f56fdf, #F56F86);