#f36cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 108, 253
HSL
296°, 97%, 71%
CMYK
4, 57, 0, 1
Luminance
0.3687
Every format
| HEX | #f36cfd |
| RGB | rgb(243, 108, 253) |
| HSL | hsl(296, 97%, 71%) |
| CMYK | cmyk(4%, 57%, 0%, 1%) |
| LAB | lab(67.2 70.5 -48.9) |
| LCH | lch(67.2 85.8 325.2) |
| OKLCH | oklch(0.747 0.235 324.9) |
Copy-ready code
/* CSS */
color: #f36cfd;
background-color: #f36cfd;
/* Tailwind (arbitrary) */
class="text-[#f36cfd] bg-[#f36cfd]"
/* SCSS */
$brand: #f36cfd;
/* SwiftUI */
Color(red: 0.953, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#f36cfd")Accessibility — WCAG contrast
Aa
#f36cfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36cfd on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.4%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f36cfd text on a black background
contrast 8.37:1
Card sample
#f36cfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36cfd;
Background color
Panel with #f36cfd background
background-color: #f36cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36cfd; background: linear-gradient(135deg, #f36cfd, #FD6CA6);