#f565df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 101, 223
HSL
309°, 88%, 68%
CMYK
0, 59, 9, 4
Luminance
0.3405
Every format
| HEX | #f565df |
| RGB | rgb(245, 101, 223) |
| HSL | hsl(309, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 9%, 4%) |
| LAB | lab(65.0 69.1 -35.7) |
| LCH | lch(65.0 77.8 332.6) |
| OKLCH | oklch(0.727 0.222 334.0) |
Copy-ready code
/* CSS */
color: #f565df;
background-color: #f565df;
/* Tailwind (arbitrary) */
class="text-[#f565df] bg-[#f565df]"
/* SCSS */
$brand: #f565df;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#f565df")Accessibility — WCAG contrast
Aa
#f565df on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565df on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow9.0%
Key (black)3.9%
Color previews
#f565df text on a black background
contrast 7.81:1
Card sample
#f565df text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565df;
Background color
Panel with #f565df background
background-color: #f565df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565df; background: linear-gradient(135deg, #f565df, #F5657F);