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