#f56baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 107, 175
HSL
330°, 87%, 69%
CMYK
0, 56, 29, 4
Luminance
0.3302
Every format
| HEX | #f56baf |
| RGB | rgb(245, 107, 175) |
| HSL | hsl(330, 87%, 69%) |
| CMYK | cmyk(0%, 56%, 29%, 4%) |
| LAB | lab(64.2 59.8 -9.9) |
| LCH | lch(64.2 60.6 350.6) |
| OKLCH | oklch(0.715 0.183 352.0) |
Copy-ready code
/* CSS */
color: #f56baf;
background-color: #f56baf;
/* Tailwind (arbitrary) */
class="text-[#f56baf] bg-[#f56baf]"
/* SCSS */
$brand: #f56baf;
/* SwiftUI */
Color(red: 0.961, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#f56baf")Accessibility — WCAG contrast
Aa
#f56baf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56baf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow28.6%
Key (black)3.9%
Color previews
#f56baf text on a black background
contrast 7.60:1
Card sample
#f56baf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56baf;
Background color
Panel with #f56baf background
background-color: #f56baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56baf; background: linear-gradient(135deg, #f56baf, #F5836B);