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