#f36dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 109, 254
HSL
295°, 99%, 71%
CMYK
4, 57, 0, 0
Luminance
0.3715
Every format
| HEX | #f36dfe |
| RGB | rgb(243, 109, 254) |
| HSL | hsl(295, 99%, 71%) |
| CMYK | cmyk(4%, 57%, 0%, 0%) |
| LAB | lab(67.4 70.2 -49.1) |
| LCH | lch(67.4 85.7 325.0) |
| OKLCH | oklch(0.749 0.235 324.6) |
Copy-ready code
/* CSS */
color: #f36dfe;
background-color: #f36dfe;
/* Tailwind (arbitrary) */
class="text-[#f36dfe] bg-[#f36dfe]"
/* SCSS */
$brand: #f36dfe;
/* SwiftUI */
Color(red: 0.953, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#f36dfe")Accessibility — WCAG contrast
Aa
#f36dfe on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36dfe on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.7%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f36dfe text on a black background
contrast 8.43:1
Card sample
#f36dfe text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36dfe;
Background color
Panel with #f36dfe background
background-color: #f36dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36dfe; background: linear-gradient(135deg, #f36dfe, #FE6DA9);