#f565cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 101, 207
HSL
316°, 88%, 68%
CMYK
0, 59, 16, 4
Luminance
0.3322
Every format
| HEX | #f565cf |
| RGB | rgb(245, 101, 207) |
| HSL | hsl(316, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 16%, 4%) |
| LAB | lab(64.3 66.7 -27.8) |
| LCH | lch(64.3 72.3 337.4) |
| OKLCH | oklch(0.720 0.211 339.2) |
Copy-ready code
/* CSS */
color: #f565cf;
background-color: #f565cf;
/* Tailwind (arbitrary) */
class="text-[#f565cf] bg-[#f565cf]"
/* SCSS */
$brand: #f565cf;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#f565cf")Accessibility — WCAG contrast
Aa
#f565cf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565cf on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow15.5%
Key (black)3.9%
Color previews
#f565cf text on a black background
contrast 7.64:1
Card sample
#f565cf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565cf;
Background color
Panel with #f565cf background
background-color: #f565cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565cf; background: linear-gradient(135deg, #f565cf, #F5656F);