#f374cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 116, 207
HSL
317°, 84%, 70%
CMYK
0, 52, 15, 5
Luminance
0.3605
Every format
| HEX | #f374cf |
| RGB | rgb(243, 116, 207) |
| HSL | hsl(317, 84%, 70%) |
| CMYK | cmyk(0%, 52%, 15%, 5%) |
| LAB | lab(66.6 59.5 -24.4) |
| LCH | lch(66.6 64.3 337.7) |
| OKLCH | oklch(0.736 0.187 339.5) |
Copy-ready code
/* CSS */
color: #f374cf;
background-color: #f374cf;
/* Tailwind (arbitrary) */
class="text-[#f374cf] bg-[#f374cf]"
/* SCSS */
$brand: #f374cf;
/* SwiftUI */
Color(red: 0.953, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#f374cf")Accessibility — WCAG contrast
Aa
#f374cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f374cf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green45.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow14.8%
Key (black)4.7%
Color previews
#f374cf text on a black background
contrast 8.21:1
Card sample
#f374cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f374cf;
Background color
Panel with #f374cf background
background-color: #f374cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f374cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f374cf; background: linear-gradient(135deg, #f374cf, #F3747A);