#f383cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 131, 205
HSL
320°, 82%, 73%
CMYK
0, 46, 16, 5
Luminance
0.3970
Every format
| HEX | #f383cd |
| RGB | rgb(243, 131, 205) |
| HSL | hsl(320, 82%, 73%) |
| CMYK | cmyk(0%, 46%, 16%, 5%) |
| LAB | lab(69.3 51.9 -19.2) |
| LCH | lch(69.3 55.4 339.7) |
| OKLCH | oklch(0.756 0.162 341.6) |
Copy-ready code
/* CSS */
color: #f383cd;
background-color: #f383cd;
/* Tailwind (arbitrary) */
class="text-[#f383cd] bg-[#f383cd]"
/* SCSS */
$brand: #f383cd;
/* SwiftUI */
Color(red: 0.953, green: 0.514, blue: 0.804)
/* Android */
Color.parseColor("#f383cd")Accessibility — WCAG contrast
Aa
#f383cd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f383cd on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow15.6%
Key (black)4.7%
Color previews
#f383cd text on a black background
contrast 8.94:1
Card sample
#f383cd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f383cd;
Background color
Panel with #f383cd background
background-color: #f383cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f383cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 131, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 131, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f383cd; background: linear-gradient(135deg, #f383cd, #F38483);