#f57bff
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 123, 255
HSL
296°, 100%, 74%
CMYK
4, 52, 0, 0
Luminance
0.4080
Every format
| HEX | #f57bff |
| RGB | rgb(245, 123, 255) |
| HSL | hsl(296, 100%, 74%) |
| CMYK | cmyk(4%, 52%, 0%, 0%) |
| LAB | lab(70.0 64.6 -45.5) |
| LCH | lch(70.0 79.0 324.8) |
| OKLCH | oklch(0.769 0.216 324.5) |
Copy-ready code
/* CSS */
color: #f57bff;
background-color: #f57bff;
/* Tailwind (arbitrary) */
class="text-[#f57bff] bg-[#f57bff]"
/* SCSS */
$brand: #f57bff;
/* SwiftUI */
Color(red: 0.961, green: 0.482, blue: 1.000)
/* Android */
Color.parseColor("#f57bff")Accessibility — WCAG contrast
Aa
#f57bff on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57bff on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green48.2%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta51.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f57bff text on a black background
contrast 9.16:1
Card sample
#f57bff text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57bff;
Background color
Panel with #f57bff background
background-color: #f57bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 123, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 123, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57bff; background: linear-gradient(135deg, #f57bff, #FF7BB1);