#f566af
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 102, 175
HSL
329°, 88%, 68%
CMYK
0, 58, 29, 4
Luminance
0.3201
Every format
| HEX | #f566af |
| RGB | rgb(245, 102, 175) |
| HSL | hsl(329, 88%, 68%) |
| CMYK | cmyk(0%, 58%, 29%, 4%) |
| LAB | lab(63.4 62.0 -11.1) |
| LCH | lch(63.4 63.0 349.8) |
| OKLCH | oklch(0.709 0.190 351.3) |
Copy-ready code
/* CSS */
color: #f566af;
background-color: #f566af;
/* Tailwind (arbitrary) */
class="text-[#f566af] bg-[#f566af]"
/* SCSS */
$brand: #f566af;
/* SwiftUI */
Color(red: 0.961, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#f566af")Accessibility — WCAG contrast
Aa
#f566af on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f566af on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green40.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow28.6%
Key (black)3.9%
Color previews
#f566af text on a black background
contrast 7.40:1
Card sample
#f566af text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f566af;
Background color
Panel with #f566af background
background-color: #f566af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f566af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f566af; background: linear-gradient(135deg, #f566af, #F57C66);