#f381af
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 129, 175
HSL
336°, 83%, 73%
CMYK
0, 47, 28, 5
Luminance
0.3785
Every format
| HEX | #f381af |
| RGB | rgb(243, 129, 175) |
| HSL | hsl(336, 83%, 73%) |
| CMYK | cmyk(0%, 47%, 28%, 5%) |
| LAB | lab(67.9 48.7 -4.4) |
| LCH | lch(67.9 48.9 354.8) |
| OKLCH | oklch(0.743 0.148 355.7) |
Copy-ready code
/* CSS */
color: #f381af;
background-color: #f381af;
/* Tailwind (arbitrary) */
class="text-[#f381af] bg-[#f381af]"
/* SCSS */
$brand: #f381af;
/* SwiftUI */
Color(red: 0.953, green: 0.506, blue: 0.686)
/* Android */
Color.parseColor("#f381af")Accessibility — WCAG contrast
Aa
#f381af on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f381af on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green50.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow28.0%
Key (black)4.7%
Color previews
#f381af text on a black background
contrast 8.57:1
Card sample
#f381af text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f381af;
Background color
Panel with #f381af background
background-color: #f381af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f381af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 129, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 129, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f381af; background: linear-gradient(135deg, #f381af, #F39F81);