#f368ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 104, 173
HSL
330°, 85%, 68%
CMYK
0, 57, 29, 5
Luminance
0.3197
Every format
| HEX | #f368ad |
| RGB | rgb(243, 104, 173) |
| HSL | hsl(330, 85%, 68%) |
| CMYK | cmyk(0%, 57%, 29%, 5%) |
| LAB | lab(63.3 60.3 -10.1) |
| LCH | lch(63.3 61.1 350.5) |
| OKLCH | oklch(0.708 0.185 351.9) |
Copy-ready code
/* CSS */
color: #f368ad;
background-color: #f368ad;
/* Tailwind (arbitrary) */
class="text-[#f368ad] bg-[#f368ad]"
/* SCSS */
$brand: #f368ad;
/* SwiftUI */
Color(red: 0.953, green: 0.408, blue: 0.678)
/* Android */
Color.parseColor("#f368ad")Accessibility — WCAG contrast
Aa
#f368ad on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f368ad on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta57.2%
Yellow28.8%
Key (black)4.7%
Color previews
#f368ad text on a black background
contrast 7.39:1
Card sample
#f368ad text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f368ad;
Background color
Panel with #f368ad background
background-color: #f368ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f368ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 104, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 104, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f368ad; background: linear-gradient(135deg, #f368ad, #F37F68);