#f368df
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 104, 223
HSL
309°, 85%, 68%
CMYK
0, 57, 8, 5
Luminance
0.3428
Every format
| HEX | #f368df |
| RGB | rgb(243, 104, 223) |
| HSL | hsl(309, 85%, 68%) |
| CMYK | cmyk(0%, 57%, 8%, 5%) |
| LAB | lab(65.2 67.3 -35.5) |
| LCH | lch(65.2 76.1 332.2) |
| OKLCH | oklch(0.728 0.217 333.5) |
Copy-ready code
/* CSS */
color: #f368df;
background-color: #f368df;
/* Tailwind (arbitrary) */
class="text-[#f368df] bg-[#f368df]"
/* SCSS */
$brand: #f368df;
/* SwiftUI */
Color(red: 0.953, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#f368df")Accessibility — WCAG contrast
Aa
#f368df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f368df on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.2%
Yellow8.2%
Key (black)4.7%
Color previews
#f368df text on a black background
contrast 7.86:1
Card sample
#f368df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f368df;
Background color
Panel with #f368df background
background-color: #f368df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f368df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f368df; background: linear-gradient(135deg, #f368df, #F36882);