#f56dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 109, 251
HSL
298°, 95%, 71%
CMYK
2, 57, 0, 2
Luminance
0.3731
Every format
| HEX | #f56dfb |
| RGB | rgb(245, 109, 251) |
| HSL | hsl(298, 95%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 2%) |
| LAB | lab(67.5 70.2 -47.3) |
| LCH | lch(67.5 84.7 326.0) |
| OKLCH | oklch(0.750 0.233 325.9) |
Copy-ready code
/* CSS */
color: #f56dfb;
background-color: #f56dfb;
/* Tailwind (arbitrary) */
class="text-[#f56dfb] bg-[#f56dfb]"
/* SCSS */
$brand: #f56dfb;
/* SwiftUI */
Color(red: 0.961, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#f56dfb")Accessibility — WCAG contrast
Aa
#f56dfb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56dfb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green42.7%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f56dfb text on a black background
contrast 8.46:1
Card sample
#f56dfb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56dfb;
Background color
Panel with #f56dfb background
background-color: #f56dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56dfb; background: linear-gradient(135deg, #f56dfb, #FB6DA2);