#f570bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 112, 188
HSL
326°, 87%, 70%
CMYK
0, 54, 23, 4
Luminance
0.3463
Every format
| HEX | #f570bc |
| RGB | rgb(245, 112, 188) |
| HSL | hsl(326, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 23%, 4%) |
| LAB | lab(65.5 59.2 -15.4) |
| LCH | lch(65.5 61.1 345.5) |
| OKLCH | oklch(0.726 0.182 347.2) |
Copy-ready code
/* CSS */
color: #f570bc;
background-color: #f570bc;
/* Tailwind (arbitrary) */
class="text-[#f570bc] bg-[#f570bc]"
/* SCSS */
$brand: #f570bc;
/* SwiftUI */
Color(red: 0.961, green: 0.439, blue: 0.737)
/* Android */
Color.parseColor("#f570bc")Accessibility — WCAG contrast
Aa
#f570bc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f570bc on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow23.3%
Key (black)3.9%
Color previews
#f570bc text on a black background
contrast 7.93:1
Card sample
#f570bc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f570bc;
Background color
Panel with #f570bc background
background-color: #f570bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f570bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 112, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 112, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f570bc; background: linear-gradient(135deg, #f570bc, #F57D70);