#f379cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 121, 207
HSL
318°, 84%, 71%
CMYK
0, 50, 15, 5
Luminance
0.3723
Every format
| HEX | #f379cf |
| RGB | rgb(243, 121, 207) |
| HSL | hsl(318, 84%, 71%) |
| CMYK | cmyk(0%, 50%, 15%, 5%) |
| LAB | lab(67.5 57.1 -23.0) |
| LCH | lch(67.5 61.6 338.0) |
| OKLCH | oklch(0.743 0.179 339.8) |
Copy-ready code
/* CSS */
color: #f379cf;
background-color: #f379cf;
/* Tailwind (arbitrary) */
class="text-[#f379cf] bg-[#f379cf]"
/* SCSS */
$brand: #f379cf;
/* SwiftUI */
Color(red: 0.953, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#f379cf")Accessibility — WCAG contrast
Aa
#f379cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f379cf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow14.8%
Key (black)4.7%
Color previews
#f379cf text on a black background
contrast 8.45:1
Card sample
#f379cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f379cf;
Background color
Panel with #f379cf background
background-color: #f379cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f379cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f379cf; background: linear-gradient(135deg, #f379cf, #F3797E);