#f36fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 111, 223
HSL
309°, 85%, 69%
CMYK
0, 54, 8, 5
Luminance
0.3575
Every format
| HEX | #f36fdf |
| RGB | rgb(243, 111, 223) |
| HSL | hsl(309, 85%, 69%) |
| CMYK | cmyk(0%, 54%, 8%, 5%) |
| LAB | lab(66.3 64.2 -33.7) |
| LCH | lch(66.3 72.5 332.3) |
| OKLCH | oklch(0.736 0.206 333.6) |
Copy-ready code
/* CSS */
color: #f36fdf;
background-color: #f36fdf;
/* Tailwind (arbitrary) */
class="text-[#f36fdf] bg-[#f36fdf]"
/* SCSS */
$brand: #f36fdf;
/* SwiftUI */
Color(red: 0.953, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#f36fdf")Accessibility — WCAG contrast
Aa
#f36fdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36fdf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow8.2%
Key (black)4.7%
Color previews
#f36fdf text on a black background
contrast 8.15:1
Card sample
#f36fdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36fdf;
Background color
Panel with #f36fdf background
background-color: #f36fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36fdf; background: linear-gradient(135deg, #f36fdf, #F36F87);