#f570b3
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 112, 179
HSL
330°, 87%, 70%
CMYK
0, 54, 27, 4
Luminance
0.3426
Every format
| HEX | #f570b3 |
| RGB | rgb(245, 112, 179) |
| HSL | hsl(330, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 27%, 4%) |
| LAB | lab(65.2 58.0 -10.7) |
| LCH | lch(65.2 59.0 349.5) |
| OKLCH | oklch(0.723 0.178 351.0) |
Copy-ready code
/* CSS */
color: #f570b3;
background-color: #f570b3;
/* Tailwind (arbitrary) */
class="text-[#f570b3] bg-[#f570b3]"
/* SCSS */
$brand: #f570b3;
/* SwiftUI */
Color(red: 0.961, green: 0.439, blue: 0.702)
/* Android */
Color.parseColor("#f570b3")Accessibility — WCAG contrast
Aa
#f570b3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f570b3 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow26.9%
Key (black)3.9%
Color previews
#f570b3 text on a black background
contrast 7.85:1
Card sample
#f570b3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f570b3;
Background color
Panel with #f570b3 background
background-color: #f570b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f570b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 112, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 112, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f570b3; background: linear-gradient(135deg, #f570b3, #F58670);