#f578cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 120, 207
HSL
318°, 86%, 72%
CMYK
0, 51, 16, 4
Luminance
0.3735
Every format
| HEX | #f578cf |
| RGB | rgb(245, 120, 207) |
| HSL | hsl(318, 86%, 72%) |
| CMYK | cmyk(0%, 51%, 16%, 4%) |
| LAB | lab(67.5 58.2 -22.9) |
| LCH | lch(67.5 62.5 338.5) |
| OKLCH | oklch(0.744 0.182 340.3) |
Copy-ready code
/* CSS */
color: #f578cf;
background-color: #f578cf;
/* Tailwind (arbitrary) */
class="text-[#f578cf] bg-[#f578cf]"
/* SCSS */
$brand: #f578cf;
/* SwiftUI */
Color(red: 0.961, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#f578cf")Accessibility — WCAG contrast
Aa
#f578cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f578cf on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green47.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow15.5%
Key (black)3.9%
Color previews
#f578cf text on a black background
contrast 8.47:1
Card sample
#f578cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f578cf;
Background color
Panel with #f578cf background
background-color: #f578cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f578cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f578cf; background: linear-gradient(135deg, #f578cf, #F5787C);