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