#f58cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 140, 251
HSL
297°, 93%, 77%
CMYK
2, 44, 0, 2
Luminance
0.4513
Every format
| HEX | #f58cfb |
| RGB | rgb(245, 140, 251) |
| HSL | hsl(297, 93%, 77%) |
| CMYK | cmyk(2%, 44%, 0%, 2%) |
| LAB | lab(73.0 55.7 -38.7) |
| LCH | lch(73.0 67.9 325.2) |
| OKLCH | oklch(0.790 0.186 325.2) |
Copy-ready code
/* CSS */
color: #f58cfb;
background-color: #f58cfb;
/* Tailwind (arbitrary) */
class="text-[#f58cfb] bg-[#f58cfb]"
/* SCSS */
$brand: #f58cfb;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#f58cfb")Accessibility — WCAG contrast
Aa
#f58cfb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cfb on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f58cfb text on a black background
contrast 10.03:1
Card sample
#f58cfb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cfb;
Background color
Panel with #f58cfb background
background-color: #f58cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cfb; background: linear-gradient(135deg, #f58cfb, #FB8CB7);