#f36cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 108, 251
HSL
297°, 95%, 70%
CMYK
3, 57, 0, 2
Luminance
0.3674
Every format
| HEX | #f36cfb |
| RGB | rgb(243, 108, 251) |
| HSL | hsl(297, 95%, 70%) |
| CMYK | cmyk(3%, 57%, 0%, 2%) |
| LAB | lab(67.1 70.2 -48.0) |
| LCH | lch(67.1 85.0 325.6) |
| OKLCH | oklch(0.746 0.234 325.4) |
Copy-ready code
/* CSS */
color: #f36cfb;
background-color: #f36cfb;
/* Tailwind (arbitrary) */
class="text-[#f36cfb] bg-[#f36cfb]"
/* SCSS */
$brand: #f36cfb;
/* SwiftUI */
Color(red: 0.953, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#f36cfb")Accessibility — WCAG contrast
Aa
#f36cfb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36cfb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.4%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta57.0%
Yellow0.0%
Key (black)1.6%
Color previews
#f36cfb text on a black background
contrast 8.35:1
Card sample
#f36cfb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36cfb;
Background color
Panel with #f36cfb background
background-color: #f36cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36cfb; background: linear-gradient(135deg, #f36cfb, #FB6CA4);