#f592df
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 146, 223
HSL
313°, 83%, 77%
CMYK
0, 40, 9, 4
Luminance
0.4530
Every format
| HEX | #f592df |
| RGB | rgb(245, 146, 223) |
| HSL | hsl(313, 83%, 77%) |
| CMYK | cmyk(0%, 40%, 9%, 4%) |
| LAB | lab(73.1 47.9 -23.3) |
| LCH | lch(73.1 53.2 334.1) |
| OKLCH | oklch(0.787 0.152 335.6) |
Copy-ready code
/* CSS */
color: #f592df;
background-color: #f592df;
/* Tailwind (arbitrary) */
class="text-[#f592df] bg-[#f592df]"
/* SCSS */
$brand: #f592df;
/* SwiftUI */
Color(red: 0.961, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#f592df")Accessibility — WCAG contrast
Aa
#f592df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f592df on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green57.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f592df text on a black background
contrast 10.06:1
Card sample
#f592df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f592df;
Background color
Panel with #f592df background
background-color: #f592df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f592df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f592df; background: linear-gradient(135deg, #f592df, #F5929D);