#f383da
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 131, 218
HSL
313°, 82%, 73%
CMYK
0, 46, 10, 5
Luminance
0.4035
Every format
| HEX | #f383da |
| RGB | rgb(243, 131, 218) |
| HSL | hsl(313, 82%, 73%) |
| CMYK | cmyk(0%, 46%, 10%, 5%) |
| LAB | lab(69.7 54.0 -25.7) |
| LCH | lch(69.7 59.8 334.5) |
| OKLCH | oklch(0.761 0.171 336.1) |
Copy-ready code
/* CSS */
color: #f383da;
background-color: #f383da;
/* Tailwind (arbitrary) */
class="text-[#f383da] bg-[#f383da]"
/* SCSS */
$brand: #f383da;
/* SwiftUI */
Color(red: 0.953, green: 0.514, blue: 0.855)
/* Android */
Color.parseColor("#f383da")Accessibility — WCAG contrast
Aa
#f383da on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f383da on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow10.3%
Key (black)4.7%
Color previews
#f383da text on a black background
contrast 9.07:1
Card sample
#f383da text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f383da;
Background color
Panel with #f383da background
background-color: #f383da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f383da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 131, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 131, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f383da; background: linear-gradient(135deg, #f383da, #F3838F);