#f56dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 109, 187
HSL
326°, 87%, 69%
CMYK
0, 56, 24, 4
Luminance
0.3394
Every format
| HEX | #f56dbb |
| RGB | rgb(245, 109, 187) |
| HSL | hsl(326, 87%, 69%) |
| CMYK | cmyk(0%, 56%, 24%, 4%) |
| LAB | lab(64.9 60.4 -15.6) |
| LCH | lch(64.9 62.4 345.5) |
| OKLCH | oklch(0.722 0.186 347.3) |
Copy-ready code
/* CSS */
color: #f56dbb;
background-color: #f56dbb;
/* Tailwind (arbitrary) */
class="text-[#f56dbb] bg-[#f56dbb]"
/* SCSS */
$brand: #f56dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#f56dbb")Accessibility — WCAG contrast
Aa
#f56dbb on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56dbb on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow23.7%
Key (black)3.9%
Color previews
#f56dbb text on a black background
contrast 7.79:1
Card sample
#f56dbb text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56dbb;
Background color
Panel with #f56dbb background
background-color: #f56dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56dbb; background: linear-gradient(135deg, #f56dbb, #F57A6D);