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