#f56fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 111, 186
HSL
326°, 87%, 70%
CMYK
0, 55, 24, 4
Luminance
0.3433
Every format
| HEX | #f56fba |
| RGB | rgb(245, 111, 186) |
| HSL | hsl(326, 87%, 70%) |
| CMYK | cmyk(0%, 55%, 24%, 4%) |
| LAB | lab(65.2 59.4 -14.6) |
| LCH | lch(65.2 61.1 346.2) |
| OKLCH | oklch(0.724 0.183 347.9) |
Copy-ready code
/* CSS */
color: #f56fba;
background-color: #f56fba;
/* Tailwind (arbitrary) */
class="text-[#f56fba] bg-[#f56fba]"
/* SCSS */
$brand: #f56fba;
/* SwiftUI */
Color(red: 0.961, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#f56fba")Accessibility — WCAG contrast
Aa
#f56fba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56fba on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow24.1%
Key (black)3.9%
Color previews
#f56fba text on a black background
contrast 7.87:1
Card sample
#f56fba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56fba;
Background color
Panel with #f56fba background
background-color: #f56fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56fba; background: linear-gradient(135deg, #f56fba, #F57D6F);