#f366af
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 102, 175
HSL
329°, 86%, 68%
CMYK
0, 58, 28, 5
Luminance
0.3165
Every format
| HEX | #f366af |
| RGB | rgb(243, 102, 175) |
| HSL | hsl(329, 86%, 68%) |
| CMYK | cmyk(0%, 58%, 28%, 5%) |
| LAB | lab(63.1 61.4 -11.6) |
| LCH | lch(63.1 62.5 349.3) |
| OKLCH | oklch(0.706 0.189 350.8) |
Copy-ready code
/* CSS */
color: #f366af;
background-color: #f366af;
/* Tailwind (arbitrary) */
class="text-[#f366af] bg-[#f366af]"
/* SCSS */
$brand: #f366af;
/* SwiftUI */
Color(red: 0.953, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#f366af")Accessibility — WCAG contrast
Aa
#f366af on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f366af on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow28.0%
Key (black)4.7%
Color previews
#f366af text on a black background
contrast 7.33:1
Card sample
#f366af text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f366af;
Background color
Panel with #f366af background
background-color: #f366af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f366af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f366af; background: linear-gradient(135deg, #f366af, #F37B66);