#f56fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 111, 210
HSL
316°, 87%, 70%
CMYK
0, 55, 14, 4
Luminance
0.3543
Every format
| HEX | #f56fd2 |
| RGB | rgb(245, 111, 210) |
| HSL | hsl(316, 87%, 70%) |
| CMYK | cmyk(0%, 55%, 14%, 4%) |
| LAB | lab(66.1 62.8 -26.8) |
| LCH | lch(66.1 68.2 336.9) |
| OKLCH | oklch(0.733 0.198 338.7) |
Copy-ready code
/* CSS */
color: #f56fd2;
background-color: #f56fd2;
/* Tailwind (arbitrary) */
class="text-[#f56fd2] bg-[#f56fd2]"
/* SCSS */
$brand: #f56fd2;
/* SwiftUI */
Color(red: 0.961, green: 0.435, blue: 0.824)
/* Android */
Color.parseColor("#f56fd2")Accessibility — WCAG contrast
Aa
#f56fd2 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56fd2 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow14.3%
Key (black)3.9%
Color previews
#f56fd2 text on a black background
contrast 8.09:1
Card sample
#f56fd2 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56fd2;
Background color
Panel with #f56fd2 background
background-color: #f56fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 111, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 111, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56fd2; background: linear-gradient(135deg, #f56fd2, #F56F79);