#f359cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 89, 207
HSL
314°, 87%, 65%
CMYK
0, 63, 15, 5
Luminance
0.3070
Every format
| HEX | #f359cf |
| RGB | rgb(243, 89, 207) |
| HSL | hsl(314, 87%, 65%) |
| CMYK | cmyk(0%, 63%, 15%, 5%) |
| LAB | lab(62.3 71.1 -31.0) |
| LCH | lch(62.3 77.6 336.4) |
| OKLCH | oklch(0.704 0.226 338.2) |
Copy-ready code
/* CSS */
color: #f359cf;
background-color: #f359cf;
/* Tailwind (arbitrary) */
class="text-[#f359cf] bg-[#f359cf]"
/* SCSS */
$brand: #f359cf;
/* SwiftUI */
Color(red: 0.953, green: 0.349, blue: 0.812)
/* Android */
Color.parseColor("#f359cf")Accessibility — WCAG contrast
Aa
#f359cf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f359cf on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green34.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow14.8%
Key (black)4.7%
Color previews
#f359cf text on a black background
contrast 7.14:1
Card sample
#f359cf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f359cf;
Background color
Panel with #f359cf background
background-color: #f359cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f359cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 89, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 89, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f359cf; background: linear-gradient(135deg, #f359cf, #F35968);