#f359af
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 89, 175
HSL
327°, 87%, 65%
CMYK
0, 63, 28, 5
Luminance
0.2929
Every format
| HEX | #f359af |
| RGB | rgb(243, 89, 175) |
| HSL | hsl(327, 87%, 65%) |
| CMYK | cmyk(0%, 63%, 28%, 5%) |
| LAB | lab(61.0 66.8 -14.7) |
| LCH | lch(61.0 68.4 347.6) |
| OKLCH | oklch(0.691 0.206 349.3) |
Copy-ready code
/* CSS */
color: #f359af;
background-color: #f359af;
/* Tailwind (arbitrary) */
class="text-[#f359af] bg-[#f359af]"
/* SCSS */
$brand: #f359af;
/* SwiftUI */
Color(red: 0.953, green: 0.349, blue: 0.686)
/* Android */
Color.parseColor("#f359af")Accessibility — WCAG contrast
Aa
#f359af on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f359af on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green34.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow28.0%
Key (black)4.7%
Color previews
#f359af text on a black background
contrast 6.86:1
Card sample
#f359af text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f359af;
Background color
Panel with #f359af background
background-color: #f359af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f359af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 89, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 89, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f359af; background: linear-gradient(135deg, #f359af, #F36A59);