#f375cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 117, 205
HSL
318°, 84%, 71%
CMYK
0, 52, 16, 5
Luminance
0.3619
Every format
| HEX | #f375cd |
| RGB | rgb(243, 117, 205) |
| HSL | hsl(318, 84%, 71%) |
| CMYK | cmyk(0%, 52%, 16%, 5%) |
| LAB | lab(66.7 58.7 -23.1) |
| LCH | lch(66.7 63.1 338.5) |
| OKLCH | oklch(0.737 0.184 340.3) |
Copy-ready code
/* CSS */
color: #f375cd;
background-color: #f375cd;
/* Tailwind (arbitrary) */
class="text-[#f375cd] bg-[#f375cd]"
/* SCSS */
$brand: #f375cd;
/* SwiftUI */
Color(red: 0.953, green: 0.459, blue: 0.804)
/* Android */
Color.parseColor("#f375cd")Accessibility — WCAG contrast
Aa
#f375cd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f375cd on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green45.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow15.6%
Key (black)4.7%
Color previews
#f375cd text on a black background
contrast 8.24:1
Card sample
#f375cd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f375cd;
Background color
Panel with #f375cd background
background-color: #f375cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f375cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 117, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 117, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f375cd; background: linear-gradient(135deg, #f375cd, #F37579);