#f36dec
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 109, 236
HSL
303°, 85%, 69%
CMYK
0, 55, 3, 5
Luminance
0.3605
Every format
| HEX | #f36dec |
| RGB | rgb(243, 109, 236) |
| HSL | hsl(303, 85%, 69%) |
| CMYK | cmyk(0%, 55%, 3%, 5%) |
| LAB | lab(66.6 67.2 -40.5) |
| LCH | lch(66.6 78.5 328.9) |
| OKLCH | oklch(0.740 0.220 329.6) |
Copy-ready code
/* CSS */
color: #f36dec;
background-color: #f36dec;
/* Tailwind (arbitrary) */
class="text-[#f36dec] bg-[#f36dec]"
/* SCSS */
$brand: #f36dec;
/* SwiftUI */
Color(red: 0.953, green: 0.427, blue: 0.925)
/* Android */
Color.parseColor("#f36dec")Accessibility — WCAG contrast
Aa
#f36dec on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36dec on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow2.9%
Key (black)4.7%
Color previews
#f36dec text on a black background
contrast 8.21:1
Card sample
#f36dec text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36dec;
Background color
Panel with #f36dec background
background-color: #f36dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 109, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 109, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36dec; background: linear-gradient(135deg, #f36dec, #F36D93);