#f565ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 101, 186
HSL
325°, 88%, 68%
CMYK
0, 59, 24, 4
Luminance
0.3227
Every format
| HEX | #f565ba |
| RGB | rgb(245, 101, 186) |
| HSL | hsl(325, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 24%, 4%) |
| LAB | lab(63.6 63.8 -17.1) |
| LCH | lch(63.6 66.1 345.0) |
| OKLCH | oklch(0.712 0.198 346.8) |
Copy-ready code
/* CSS */
color: #f565ba;
background-color: #f565ba;
/* Tailwind (arbitrary) */
class="text-[#f565ba] bg-[#f565ba]"
/* SCSS */
$brand: #f565ba;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.729)
/* Android */
Color.parseColor("#f565ba")Accessibility — WCAG contrast
Aa
#f565ba on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565ba on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow24.1%
Key (black)3.9%
Color previews
#f565ba text on a black background
contrast 7.45:1
Card sample
#f565ba text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565ba;
Background color
Panel with #f565ba background
background-color: #f565ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565ba; background: linear-gradient(135deg, #f565ba, #F57065);