#f581cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 129, 207
HSL
320°, 85%, 73%
CMYK
0, 47, 16, 4
Luminance
0.3962
Every format
| HEX | #f581cf |
| RGB | rgb(245, 129, 207) |
| HSL | hsl(320, 85%, 73%) |
| CMYK | cmyk(0%, 47%, 16%, 4%) |
| LAB | lab(69.2 53.8 -20.4) |
| LCH | lch(69.2 57.6 339.3) |
| OKLCH | oklch(0.756 0.168 341.1) |
Copy-ready code
/* CSS */
color: #f581cf;
background-color: #f581cf;
/* Tailwind (arbitrary) */
class="text-[#f581cf] bg-[#f581cf]"
/* SCSS */
$brand: #f581cf;
/* SwiftUI */
Color(red: 0.961, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#f581cf")Accessibility — WCAG contrast
Aa
#f581cf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f581cf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green50.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow15.5%
Key (black)3.9%
Color previews
#f581cf text on a black background
contrast 8.92:1
Card sample
#f581cf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f581cf;
Background color
Panel with #f581cf background
background-color: #f581cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f581cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f581cf; background: linear-gradient(135deg, #f581cf, #F58181);