#f56df6
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 109, 246
HSL
300°, 88%, 70%
CMYK
0, 56, 0, 4
Luminance
0.3700
Every format
| HEX | #f56df6 |
| RGB | rgb(245, 109, 246) |
| HSL | hsl(300, 88%, 70%) |
| CMYK | cmyk(0%, 56%, 0%, 4%) |
| LAB | lab(67.3 69.4 -44.9) |
| LCH | lch(67.3 82.6 327.1) |
| OKLCH | oklch(0.747 0.229 327.3) |
Copy-ready code
/* CSS */
color: #f56df6;
background-color: #f56df6;
/* Tailwind (arbitrary) */
class="text-[#f56df6] bg-[#f56df6]"
/* SCSS */
$brand: #f56df6;
/* SwiftUI */
Color(red: 0.961, green: 0.427, blue: 0.965)
/* Android */
Color.parseColor("#f56df6")Accessibility — WCAG contrast
Aa
#f56df6 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56df6 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green42.7%
Blue96.5%
CMYK percentages
Cyan0.4%
Magenta55.7%
Yellow0.0%
Key (black)3.5%
Color previews
#f56df6 text on a black background
contrast 8.40:1
Card sample
#f56df6 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56df6;
Background color
Panel with #f56df6 background
background-color: #f56df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 109, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 109, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56df6; background: linear-gradient(135deg, #f56df6, #F66D9C);