#f376cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 118, 207
HSL
317°, 84%, 71%
CMYK
0, 51, 15, 5
Luminance
0.3652
Every format
| HEX | #f376cf |
| RGB | rgb(243, 118, 207) |
| HSL | hsl(317, 84%, 71%) |
| CMYK | cmyk(0%, 51%, 15%, 5%) |
| LAB | lab(66.9 58.5 -23.9) |
| LCH | lch(66.9 63.2 337.8) |
| OKLCH | oklch(0.739 0.184 339.6) |
Copy-ready code
/* CSS */
color: #f376cf;
background-color: #f376cf;
/* Tailwind (arbitrary) */
class="text-[#f376cf] bg-[#f376cf]"
/* SCSS */
$brand: #f376cf;
/* SwiftUI */
Color(red: 0.953, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#f376cf")Accessibility — WCAG contrast
Aa
#f376cf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f376cf on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green46.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow14.8%
Key (black)4.7%
Color previews
#f376cf text on a black background
contrast 8.30:1
Card sample
#f376cf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f376cf;
Background color
Panel with #f376cf background
background-color: #f376cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f376cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f376cf; background: linear-gradient(135deg, #f376cf, #F3767C);