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