#f372cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 114, 205
HSL
318°, 84%, 70%
CMYK
0, 53, 16, 5
Luminance
0.3550
Every format
| HEX | #f372cd |
| RGB | rgb(243, 114, 205) |
| HSL | hsl(318, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 16%, 5%) |
| LAB | lab(66.1 60.1 -23.9) |
| LCH | lch(66.1 64.7 338.3) |
| OKLCH | oklch(0.733 0.189 340.1) |
Copy-ready code
/* CSS */
color: #f372cd;
background-color: #f372cd;
/* Tailwind (arbitrary) */
class="text-[#f372cd] bg-[#f372cd]"
/* SCSS */
$brand: #f372cd;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.804)
/* Android */
Color.parseColor("#f372cd")Accessibility — WCAG contrast
Aa
#f372cd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372cd on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow15.6%
Key (black)4.7%
Color previews
#f372cd text on a black background
contrast 8.10:1
Card sample
#f372cd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372cd;
Background color
Panel with #f372cd background
background-color: #f372cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372cd; background: linear-gradient(135deg, #f372cd, #F37277);