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