#f355af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 85, 175
HSL
326°, 87%, 64%
CMYK
0, 65, 28, 5
Luminance
0.2865
Every format
| HEX | #f355af |
| RGB | rgb(243, 85, 175) |
| HSL | hsl(326, 87%, 64%) |
| CMYK | cmyk(0%, 65%, 28%, 5%) |
| LAB | lab(60.5 68.4 -15.5) |
| LCH | lch(60.5 70.2 347.2) |
| OKLCH | oklch(0.687 0.212 348.9) |
Copy-ready code
/* CSS */
color: #f355af;
background-color: #f355af;
/* Tailwind (arbitrary) */
class="text-[#f355af] bg-[#f355af]"
/* SCSS */
$brand: #f355af;
/* SwiftUI */
Color(red: 0.953, green: 0.333, blue: 0.686)
/* Android */
Color.parseColor("#f355af")Accessibility — WCAG contrast
Aa
#f355af on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f355af on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green33.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow28.0%
Key (black)4.7%
Color previews
#f355af text on a black background
contrast 6.73:1
Card sample
#f355af text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f355af;
Background color
Panel with #f355af background
background-color: #f355af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f355af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 85, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 85, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f355af; background: linear-gradient(135deg, #f355af, #F36455);