#f565b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 101, 178
HSL
328°, 88%, 68%
CMYK
0, 59, 27, 4
Luminance
0.3193
Every format
| HEX | #f565b2 |
| RGB | rgb(245, 101, 178) |
| HSL | hsl(328, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 27%, 4%) |
| LAB | lab(63.3 62.8 -12.9) |
| LCH | lch(63.3 64.1 348.3) |
| OKLCH | oklch(0.709 0.193 349.9) |
Copy-ready code
/* CSS */
color: #f565b2;
background-color: #f565b2;
/* Tailwind (arbitrary) */
class="text-[#f565b2] bg-[#f565b2]"
/* SCSS */
$brand: #f565b2;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.698)
/* Android */
Color.parseColor("#f565b2")Accessibility — WCAG contrast
Aa
#f565b2 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565b2 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow27.3%
Key (black)3.9%
Color previews
#f565b2 text on a black background
contrast 7.39:1
Card sample
#f565b2 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565b2;
Background color
Panel with #f565b2 background
background-color: #f565b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565b2; background: linear-gradient(135deg, #f565b2, #F57865);