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