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